summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll')
-rw-r--r--test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll b/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
index 9a53d95..a119865 100644
--- a/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
+++ b/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -licm -disable-output
+; RUN: opt < %s -licm -disable-output
%struct.roadlet = type { i8*, %struct.vehicle*, [8 x %struct.roadlet*], [8 x %struct.roadlet* (%struct.roadlet*, %struct.vehicle*, i32)*] }
%struct.vehicle = type { %struct.roadlet*, i8*, i32, i32, %union.._631., i32 }
%union.._631. = type { i32 }
OpenPOWER on IntegriCloud