Fix getCommonType in a different way from the way I fixed it when
[oota-llvm.git] / test / Transforms / SROA / basictest.ll
index 43f791ea1c3e704b7e45187dd9dd5cdfe695bbde..49921aa58794a54ceb1568268ac2c12c2229b091 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -sroa -S | FileCheck %s
 ; RUN: opt < %s -sroa -force-ssa-updater -S | FileCheck %s
-; XFAIL: *
+
 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n8:16:32:64"
 
 declare void @llvm.lifetime.start(i64, i8* nocapture)
@@ -409,7 +409,7 @@ declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
 
 define i16 @test5() {
 ; CHECK: @test5
-; CHECK: alloca i32
+; CHECK: alloca float
 ; CHECK: ret i16 %
 
 entry: