[NFC] Fix test reserve_global_reg.ll after 2d739f9

This commit is contained in:
Russell Gallop 2019-11-18 15:03:14 +00:00
parent d27a16eb39
commit aea7578fad
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; 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