move a single test case to where most other instcombine shuffle bug test cases exist
[oota-llvm.git] / test / Transforms / GVN / 2007-07-31-RedundantPhi.ll
index dec2cae12917567b327a9376ab93f44250fac7d4..b285560e6a99e52ddd0ae2613b28deb765f91936 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn -S | not grep {tmp701 =}
+; RUN: opt < %s -basicaa -gvn -S | not grep "tmp701 ="
 
 @img_width = external global i16               ; <i16*> [#uses=2]
 
@@ -17,6 +17,6 @@ cond_false470:                ; preds = %cond_next449
        br label %cond_next698
 
 cond_next698:          ; preds = %cond_true492
-       %tmp701 = load i16* @img_width, align 2         ; <i16> [#uses=0]
+       %tmp701 = load i16, i16* @img_width, align 2            ; <i16> [#uses=0]
        ret i32 0
 }