X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInline%2Fdynamic_alloca_test.ll;h=1c17c7cd9748bb268380dee84870902fa1b7889f;hb=39f4e8d9cce22b60a3417a5f17c847fa5b1daebf;hp=15a5c66815d2d77ce99328fd2edc58fa1b6e455e;hpb=82e539d037a33f968e4a5476d3d471e1112f8ab2;p=oota-llvm.git diff --git a/test/Transforms/Inline/dynamic_alloca_test.ll b/test/Transforms/Inline/dynamic_alloca_test.ll index 15a5c66815d..1c17c7cd974 100644 --- a/test/Transforms/Inline/dynamic_alloca_test.ll +++ b/test/Transforms/Inline/dynamic_alloca_test.ll @@ -19,7 +19,7 @@ define internal void @callee(i32 %N) { } define void @foo(i32 %N) { -; CHECK: @foo +; CHECK-LABEL: @foo( ; CHECK: alloca i32, i32 %{{.*}} ; CHECK: call i8* @llvm.stacksave() ; CHECK: alloca i32, i32 %{{.*}}