[InstCombine] Change LLVM To canonicalize toward the value type being
[oota-llvm.git] / test / Transforms / InstCombine / getelementptr.ll
index bb4666219a71275c5688de71405ce602d25cb232..94cc1803073a09e297954a14a595d605df49c5a3 100644 (file)
@@ -602,8 +602,8 @@ entry:
        %C = load i8** %B, align 8
        ret i8* %C
 ; CHECK-LABEL: @test34(
-; CHECK: %V.c = inttoptr i64 %V to i8*
-; CHECK: ret i8* %V.c
+; CHECK: %[[C:.*]] = inttoptr i64 %V to i8*
+; CHECK: ret i8* %[[C]]
 }
 
 %t0 = type { i8*, [19 x i8] }