summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/alignment.c
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2012-08-16 00:22:16 +0000
committerTanya Lattner <tonic@nondot.org>2012-08-16 00:22:16 +0000
commit0e9eaa8699496a87101d0adaea46ec576e97435e (patch)
treeeb092ff84174c8d8259489bd70dd62506aaca269 /test/CodeGen/alignment.c
parentc58dcdc8facb646d88675bb6fbcb5c787166c4be (diff)
Remove names from the CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/alignment.c')
-rw-r--r--test/CodeGen/alignment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/alignment.c b/test/CodeGen/alignment.c
index 5051a98db9..98ea01be09 100644
--- a/test/CodeGen/alignment.c
+++ b/test/CodeGen/alignment.c
@@ -43,7 +43,7 @@ void test3(packedfloat3 *p) {
*p = (packedfloat3) { 3.2f, 2.3f, 0.1f };
}
// CHECK: @test3(
-// CHECK: bitcast <3 x float>* %.compoundliteral to <4 x float>*
+// CHECK: %{{.*}} = bitcast <3 x float>* %{{.*}} to <4 x float>*
// CHECK: store <4 x float> {{.*}}, align 4
// CHECK: ret void