X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FARM%2Fcompare-call.ll;h=f45ed73adb714b7785f57589c306bc5d7d43e223;hb=32b845d223393d9f5e7317b9e754a52b79543de2;hp=323eb1f2dd3cbcedb959a63b2b795068a1de08a7;hpb=27b1252c132e93ee98941b1b185795cb358c61e2;p=oota-llvm.git diff --git a/test/CodeGen/ARM/compare-call.ll b/test/CodeGen/ARM/compare-call.ll index 323eb1f2dd3..f45ed73adb7 100644 --- a/test/CodeGen/ARM/compare-call.ll +++ b/test/CodeGen/ARM/compare-call.ll @@ -2,14 +2,14 @@ define void @test3(float* %glob, i32 %X) { entry: - %tmp = load float* %glob ; [#uses=1] - %tmp2 = getelementptr float* %glob, i32 2 ; [#uses=1] - %tmp3 = load float* %tmp2 ; [#uses=1] + %tmp = load float, float* %glob ; [#uses=1] + %tmp2 = getelementptr float, float* %glob, i32 2 ; [#uses=1] + %tmp3 = load float, float* %tmp2 ; [#uses=1] %tmp.upgrd.1 = fcmp ogt float %tmp, %tmp3 ; [#uses=1] br i1 %tmp.upgrd.1, label %cond_true, label %UnifiedReturnBlock cond_true: ; preds = %entry - %tmp.upgrd.2 = tail call i32 (...)* @bar( ) ; [#uses=0] + %tmp.upgrd.2 = tail call i32 (...) @bar( ) ; [#uses=0] ret void UnifiedReturnBlock: ; preds = %entry