aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll')
-rw-r--r--test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll b/test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll
index 749024b..65d1808 100644
--- a/test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll
+++ b/test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll
@@ -1,7 +1,7 @@
; This testcase tests to make sure a trapping instruction is hoisted when
; it is guaranteed to execute.
;
-; RUN: as < %s | opt -licm | dis | grep -C 2 "test" | grep div
+; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C 2 "test" | grep div
%X = global int 0
declare void %foo()