Commit c313a6bd authored by Carey Williams's avatar Carey Williams
Browse files

Revert "[NFC] Fix test reserve_global_reg.ll after 2d739f98"

This reverts commit aea7578f.
parent 3b0b7536
Loading
Loading
Loading
Loading
+0 −1
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