forked from OSchip/llvm-project
Revert r303720: Tweak r303678's test to try to fix llvm-clang-x86_64-expensive-checks-win.
It doesn't fix that builder. llvm-svn: 303721
This commit is contained in:
parent
2087483748
commit
b40e16fbef
|
@ -1,4 +1,4 @@
|
|||
# RUN: llc -mtriple=i586-pc-win32 -mattr=-slow-incdec -global-isel -run-pass=instruction-select %s -o - | FileCheck %s --check-prefix=CHECK
|
||||
# RUN: llc -mtriple=i586-linux-gnu -global-isel -run-pass=instruction-select %s -o - | FileCheck %s --check-prefix=CHECK
|
||||
#
|
||||
# This is necessary to test that attribute-based rule predicates work and that
|
||||
# they properly reset between functions.
|
||||
|
|
Loading…
Reference in New Issue