diff options
Diffstat (limited to 'test/CodeGen/X86/2003-08-23-DeadBlockTest.llx')
-rw-r--r-- | test/CodeGen/X86/2003-08-23-DeadBlockTest.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2003-08-23-DeadBlockTest.llx b/test/CodeGen/X86/2003-08-23-DeadBlockTest.llx index 9efbf09b42..48623b9012 100644 --- a/test/CodeGen/X86/2003-08-23-DeadBlockTest.llx +++ b/test/CodeGen/X86/2003-08-23-DeadBlockTest.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 implementation |