summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-logical.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/test-logical.ll')
-rw-r--r--test/ExecutionEngine/test-logical.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-logical.ll b/test/ExecutionEngine/test-logical.ll
index bad6a9ab85..86af2e224f 100644
--- a/test/ExecutionEngine/test-logical.ll
+++ b/test/ExecutionEngine/test-logical.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