diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-23 14:19:52 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-23 14:19:52 +0000 |
commit | 4a142eb28942073eb27a112b5ca1cca3f01beb9c (patch) | |
tree | 22cc59e4b240d84c3a5a60531119c4eca914a256 /test/CodeGen/X86/peep-test-3.ll | |
parent | 5cd822fa9bbb9622241e3bf4d7674ed49ccde5b9 (diff) | |
download | src-4a142eb28942073eb27a112b5ca1cca3f01beb9c.tar.gz src-4a142eb28942073eb27a112b5ca1cca3f01beb9c.zip |
Notes
Diffstat (limited to 'test/CodeGen/X86/peep-test-3.ll')
-rw-r--r-- | test/CodeGen/X86/peep-test-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/peep-test-3.ll b/test/CodeGen/X86/peep-test-3.ll index 13a69edea57f..5aaf81b4fdb1 100644 --- a/test/CodeGen/X86/peep-test-3.ll +++ b/test/CodeGen/X86/peep-test-3.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -march=x86 -post-RA-scheduler=false | FileCheck %s ; rdar://7226797 ; LLVM should omit the testl and use the flags result from the orl. |