[cfe-commits] r154897 - /cfe/trunk/test/CodeGen/packed-nest-unpacked.c

Eli Friedman eli.friedman at gmail.com
Mon Apr 16 18:57:28 PDT 2012


Author: efriedma
Date: Mon Apr 16 20:57:28 2012
New Revision: 154897

URL: http://llvm.org/viewvc/llvm-project?rev=154897&view=rev
Log:
Attempt to fix test.


Modified:
    cfe/trunk/test/CodeGen/packed-nest-unpacked.c

Modified: cfe/trunk/test/CodeGen/packed-nest-unpacked.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/packed-nest-unpacked.c?rev=154897&r1=154896&r2=154897&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/packed-nest-unpacked.c (original)
+++ cfe/trunk/test/CodeGen/packed-nest-unpacked.c Mon Apr 16 20:57:28 2012
@@ -42,6 +42,6 @@
 // <rdar://problem/11220251>
 void test6() {
   // CHECK: @test6
-  // CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.X* getelementptr inbounds (%struct.Y* @g, i32 0, i32 1) to i8*), i8* %0, i64 24, i32 1, i1 false)
+  // CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.X* getelementptr inbounds (%struct.Y* @g, i32 0, i32 1) to i8*), i8* %{{.*}}, i64 24, i32 1, i1 false)
   g.y = foo();
 }





More information about the cfe-commits mailing list