OSDN Git Service

Update aosp/master LLVM for rebase to r235153
[android-x86/external-llvm.git] / test / Transforms / LoopStrengthReduce / X86 / 2008-08-14-ShadowIV.ll
index ba03597..f862c26 100644 (file)
@@ -54,7 +54,7 @@ return:               ; preds = %bb, %entry
 ; Unable to eliminate cast due to potentional overflow.
 define void @foobar3() nounwind {
 entry:
-       tail call i32 (...)* @nn( ) nounwind            ; <i32>:0 [#uses=1]
+       tail call i32 (...) @nn( ) nounwind             ; <i32>:0 [#uses=1]
        icmp eq i32 %0, 0               ; <i1>:1 [#uses=1]
        br i1 %1, label %return, label %bb
 
@@ -64,7 +64,7 @@ bb:           ; preds = %bb, %entry
        uitofp i32 %i.03 to double              ; <double>:2 [#uses=1]
        tail call void @foo( double %2 ) nounwind
        add i32 %i.03, 1                ; <i32>:3 [#uses=2]
-       tail call i32 (...)* @nn( ) nounwind            ; <i32>:4 [#uses=1]
+       tail call i32 (...) @nn( ) nounwind             ; <i32>:4 [#uses=1]
        icmp ugt i32 %4, %3             ; <i1>:5 [#uses=1]
        br i1 %5, label %bb, label %return