diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll b/llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll index 5c40eeaa1ea..db2ad18d0ef 100644 --- a/llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll +++ b/llvm/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 +; RUN: llc < %s -mtriple=i686-- define i32 @test() { entry: |