diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/implicit-use-spill.mir')
-rw-r--r-- | llvm/test/CodeGen/X86/implicit-use-spill.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/implicit-use-spill.mir b/llvm/test/CodeGen/X86/implicit-use-spill.mir index 827f0f186ce..94bdd47b447 100644 --- a/llvm/test/CodeGen/X86/implicit-use-spill.mir +++ b/llvm/test/CodeGen/X86/implicit-use-spill.mir @@ -1,4 +1,4 @@ -# RUN: llc -run-pass=greedy -mtriple=x86_64-apple-macosx -o - %s 2>&1 | FileCheck %s +# RUN: llc -run-pass=greedy -mtriple=x86_64-apple-macosx -o - %s | FileCheck %s # Make sure we don't assert when we try to reload a value that is just implicitly used. --- |