aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll')
-rw-r--r--test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll b/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
index 85ec34e..c082a59 100644
--- a/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
+++ b/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
@@ -1,7 +1,7 @@
; This testcase fails because preheader insertion is not updating exit node
; information for loops.
-; RUN: as < %s | opt -licm
+; RUN: llvm-as < %s | opt -licm
int %main(int %argc, sbyte** %argv) {
bb0: ; No predecessors!