[BasicAA] Remove special casing of memset_pattern16 in favor of generic attribute...
[oota-llvm.git] / test / Analysis / BasicAA / 2003-06-01-AliasCrash.ll
index d832b10f6d22c65bf52831af13d6c56b4fd422ac..ace5982afaab4c0555965985912b72c96f9a0e93 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: opt %s -basicaa -aa-eval -disable-output 2>/dev/null
+; RUN: opt %s -basicaa -aa-eval -disable-output 2>/dev/null
 
 define i32 @MTConcat([3 x i32]* %a.1) {
-       %tmp.961 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
-       %tmp.97 = load i32* %tmp.961
-       %tmp.119 = getelementptr [3 x i32]* %a.1, i64 1, i64 0
-       %tmp.120 = load i32* %tmp.119
-       %tmp.1541 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
-       %tmp.155 = load i32* %tmp.1541
+       %tmp.961 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
+       %tmp.97 = load i32, i32* %tmp.961
+       %tmp.119 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 1, i64 0
+       %tmp.120 = load i32, i32* %tmp.119
+       %tmp.1541 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
+       %tmp.155 = load i32, i32* %tmp.1541
        ret i32 0
 }