[llvm-branch-commits] [cfe-branch] r118581 - /cfe/branches/Apple/whitney/test/CodeGen/vla.c
Daniel Dunbar
daniel at zuster.org
Tue Nov 9 09:32:59 PST 2010
Author: ddunbar
Date: Tue Nov 9 11:32:59 2010
New Revision: 118581
URL: http://llvm.org/viewvc/llvm-project?rev=118581&view=rev
Log:
Merge r118483:
--
Author: Argyrios Kyrtzidis <akyrtzi at gmail.com>
Date: Tue Nov 9 03:43:49 2010 +0000
Fix the test for Release.
Modified:
cfe/branches/Apple/whitney/test/CodeGen/vla.c
Modified: cfe/branches/Apple/whitney/test/CodeGen/vla.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/test/CodeGen/vla.c?rev=118581&r1=118580&r2=118581&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/test/CodeGen/vla.c (original)
+++ cfe/branches/Apple/whitney/test/CodeGen/vla.c Tue Nov 9 11:32:59 2010
@@ -89,7 +89,7 @@
// 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]]*
More information about the llvm-branch-commits
mailing list