X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2007-03-25-BadShiftMask.ll;h=93ba6c6f2b245826f5e8839c7366e86114921798;hb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;hp=c79400413ff34b5f928f2965980e85dabc5c48be;hpb=f2f6ce65b79df6ec4ee427d51a18355a170f199b;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll index c79400413ff..93ba6c6f2b2 100644 --- a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll +++ b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll @@ -1,17 +1,17 @@ ; PR1271 ; RUN: opt < %s -instcombine -S | \ -; RUN: grep {icmp eq i32 .tmp.*, 2146435072} +; RUN: grep "icmp eq i32 .tmp.*, 2146435072" %struct..0anon = type { i32, i32 } %struct..1anon = type { double } define i32 @main() { entry: %u = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=4] - %tmp1 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; [#uses=1] + %tmp1 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 ; [#uses=1] store double 0x7FF0000000000000, double* %tmp1 - %tmp3 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; [#uses=1] + %tmp3 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0 ; [#uses=1] %tmp34 = bitcast double* %tmp3 to %struct..0anon* ; <%struct..0anon*> [#uses=1] - %tmp5 = getelementptr %struct..0anon* %tmp34, i32 0, i32 1 ; [#uses=1] + %tmp5 = getelementptr %struct..0anon, %struct..0anon* %tmp34, i32 0, i32 1 ; [#uses=1] %tmp6 = load i32* %tmp5 ; [#uses=1] %tmp7 = shl i32 %tmp6, 1 ; [#uses=1] %tmp8 = lshr i32 %tmp7, 21 ; [#uses=1]