[InstCombine] Change LLVM To canonicalize toward the value type being
[oota-llvm.git] / test / Transforms / InstCombine / 2011-06-13-nsw-alloca.ll
index 895b2603ad9e52cb616390392f37a4f56d72f39c..c8f0351858ca7f31694d9c830e591ee98d8b1ad4 100644 (file)
@@ -50,7 +50,8 @@ define void @fu2(i32 %parm) nounwind ssp {
   %7 = add  i32 %6, 2048
 ; CHECK: alloca i8
   %8 = alloca i8, i32 %7
-; CHECK-NEXT: bitcast i8*
+; CHECK-NEXT: bitcast double**
+; CHECK-NEXT: store i8*
   %9 = bitcast i8* %8 to double*
   store double* %9, double** %ptr, align 4
   br label %10