aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/SwitchLowering.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/SwitchLowering.ll')
-rw-r--r--test/CodeGen/Generic/SwitchLowering.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/SwitchLowering.ll b/test/CodeGen/Generic/SwitchLowering.ll
index 136bdb4..37bfffa 100644
--- a/test/CodeGen/Generic/SwitchLowering.ll
+++ b/test/CodeGen/Generic/SwitchLowering.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep cmp | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep cmp | wc -l | grep 1
; PR964
sbyte* %FindChar(sbyte* %CurPtr) {