aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll')
-rw-r--r--test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
index 8b67c23..e858f34 100644
--- a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
+++ b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -lowerswitch
+; RUN: llvm-as < %s | opt -lowerswitch
void %test() {
switch uint 0, label %Next []