Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2012-09-17-ZeroSizedAlloca.ll
index ba025e92b0104bacbce07ab73807153572fd04fb..7015725feb16347d1e6af83a188e5aeeeb13a88a 100644 (file)
@@ -9,7 +9,7 @@
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.8.0"
 
-; CHECK: @f
+; CHECK-LABEL: @f(
 ; CHECK-NEXT: alloca [0 x i8], align 1024
 ; CHECK-NOT: alloca
 ; CHECK: ret void