summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/vla.cpp')
-rw-r--r--test/CodeGenCXX/vla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/vla.cpp b/test/CodeGenCXX/vla.cpp
index b523c76..b22f21c 100644
--- a/test/CodeGenCXX/vla.cpp
+++ b/test/CodeGenCXX/vla.cpp
@@ -16,7 +16,7 @@ int f() {
// rdar://problem/9506377
void test0(void *array, int n) {
- // CHECK: define void @_Z5test0Pvi(
+ // CHECK-LABEL: define void @_Z5test0Pvi(
// CHECK: [[ARRAY:%.*]] = alloca i8*, align 8
// CHECK-NEXT: [[N:%.*]] = alloca i32, align 4
// CHECK-NEXT: [[REF:%.*]] = alloca i16*, align 8
OpenPOWER on IntegriCloud