X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2003-08-20-ConstantExprGEP-Fold.ll;h=435992c38ad4b09979600a2768d5527dfe038945;hb=717764717b34568a1db4f7c8ac30c540f38161ec;hp=0679ac35fc6e26f9b1a3137f36493893879954cb;hpb=d321cdfc1cb4a4380ba4a1c5e14f8481eb2d6bcc;p=oota-llvm.git diff --git a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll index 0679ac35fc6..435992c38ad 100644 --- a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll +++ b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll @@ -1,10 +1,10 @@ ; RUN: opt < %s -instcombine -simplifycfg -S | not grep br -; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder %s @.str_1 = internal constant [6 x i8] c"_Bool\00" ; <[6 x i8]*> [#uses=2] define i32 @test() { - %tmp.54 = load i8* getelementptr ([6 x i8]* @.str_1, i64 0, i64 1) ; [#uses=1] + %tmp.54 = load i8, i8* getelementptr ([6 x i8], [6 x i8]* @.str_1, i64 0, i64 1) ; [#uses=1] %tmp.55 = icmp ne i8 %tmp.54, 66 ; [#uses=1] br i1 %tmp.55, label %then.7, label %endif.7