aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll')
-rw-r--r--test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll
index ef9a7ae..a88c513 100644
--- a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll
+++ b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll
@@ -17,7 +17,7 @@
; The fix is to have the -raise pass correctly convert it to the second
; equivelent form.
;
-; RUN: as < %s | opt -q -raise > Output/%s.raised.bc
+; RUN: llvm-as < %s | opt -q -raise > Output/%s.raised.bc
; RUN: lli -force-interpreter -array-checks -abort-on-exception < Output/%s.raised.bc
;