diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/atomic-dagsched.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/atomic-dagsched.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/atomic-dagsched.ll b/llvm/test/CodeGen/X86/atomic-dagsched.ll index 00891d6434c..0e7cf8c0966 100644 --- a/llvm/test/CodeGen/X86/atomic-dagsched.ll +++ b/llvm/test/CodeGen/X86/atomic-dagsched.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s define void @test(i8** %a, i64* %b, i64 %c, i64 %d) nounwind { entry: |