Commit aea7578f authored by Russell Gallop's avatar Russell Gallop
Browse files

[NFC] Fix test reserve_global_reg.ll after 2d739f98

parent d27a16eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
; REQUIRES: arm
; RUN: not llc < %s -mtriple=thumbv7-apple-darwin -mattr=+reserve-r7 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP7 %s
; RUN: not llc < %s -mtriple=armv7-windows-msvc -mattr=+reserve-r11 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP11 %s
; RUN: not llc < %s -mtriple=thumbv7-windows -mattr=+reserve-r11 -o - 2>&1 | FileCheck -check-prefix=CHECK-RESERVE-FP11-2 %s