From 8b4cf00cdc71ca417618346fa616e3a7867e12c8 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Tue, 9 Nov 2010 03:43:49 +0000 Subject: [PATCH] Fix the test for Release. llvm-svn: 118483 --- clang/test/CodeGen/vla.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/vla.c b/clang/test/CodeGen/vla.c index f1f5a70a5e66..e5114a5b0db9 100644 --- a/clang/test/CodeGen/vla.c +++ b/clang/test/CodeGen/vla.c @@ -89,7 +89,7 @@ int test2(int n) // CHECK: define double @test_PR8567 double test_PR8567(int n, double (*p)[n][5]) { // CHECK: store [[vla_type:.*]] %p, - // CHECK: load i32* %n + // CHECK: load i32* // CHECK-NEXT: mul i32 40 // CHECK-NEXT: [[byte_idx:%.*]] = mul i32 1 // CHECK-NEXT: [[tmp_1:%.*]] = load [[vla_type]]*