diff options
| author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-05-24 06:44:55 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-05-24 06:44:55 +0000 |
| commit | b40e16fbef138338c6a64e4267d4480334d90ac2 (patch) | |
| tree | 840b140b539e659d431a827d239d16dadceb53da /llvm/test | |
| parent | 2087483748fd9ccdd5ba533bc4f2d6c4aeaf871d (diff) | |
| download | bcm5719-llvm-b40e16fbef138338c6a64e4267d4480334d90ac2.tar.gz bcm5719-llvm-b40e16fbef138338c6a64e4267d4480334d90ac2.zip | |
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
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir b/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir index 7a3e57c3590..93a7aba1d97 100644 --- a/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir +++ b/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir @@ -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. |

