diff options
Diffstat (limited to 'test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll')
-rw-r--r-- | test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll index b1cfe0d1ae..b2700e1f39 100644 --- a/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll +++ b/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null %A = global int 0 |