diff options
author | Chris Lattner <sabre@nondot.org> | 2012-01-04 22:51:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-01-04 22:51:21 +0000 |
commit | 08f7760eb2bc25ba3335169be83f7ba492860135 (patch) | |
tree | 9c52118138260d75e610edcf63a36a769f7ed3f3 | |
parent | 44a239973dfe86a0d2432ca2502b7878fadfe23e (diff) |
fix test on -Asserts builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147558 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/alignment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/alignment.c b/test/CodeGen/alignment.c index 9384ec83d1..8882c91d03 100644 --- a/test/CodeGen/alignment.c +++ b/test/CodeGen/alignment.c @@ -55,5 +55,5 @@ void test4(float4align64 *p) { p[0] = (float4align64){ 3.2f, 2.3f, 0.1f, 0.0f }; } // CHECK: @test4( -// CHECK: store <4 x float> {{.*}}, <4 x float>* %arrayidx, align 64 +// CHECK: store <4 x float> {{.*}}, <4 x float>* {{.*}}, align 64 |