summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/2007-07-25-InfiniteLoop.ll')
-rw-r--r--test/Transforms/GVN/2007-07-25-InfiniteLoop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll b/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
index 2e0a1015ca..9983374b15 100644
--- a/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
+++ b/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -gvn -S | not grep {tmp10 =}
+; RUN: opt < %s -basicaa -gvn -S | not grep {tmp10 =}
%struct.INT2 = type { i32, i32 }
@blkshifts = external global %struct.INT2* ; <%struct.INT2**> [#uses=2]