From 714bf175fdc84ec595ce10046259309d88944bfa Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 3 Sep 2010 00:24:06 +0000 Subject: tests: Fix a dependency on the temporary value names. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112917 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/bitfield-access.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/bitfield-access.m b/test/CodeGenObjC/bitfield-access.m index 6942c4a0fe..16b0001ddf 100644 --- a/test/CodeGenObjC/bitfield-access.m +++ b/test/CodeGenObjC/bitfield-access.m @@ -28,7 +28,7 @@ int f0(I0 *a) { // CHECK-ARM: [[t1_base:%.*]] = bitcast i8* [[t1_ptr]] to i32* // CHECK-ARM: [[t1_0:%.*]] = load i32* [[t1_base]], align 1 // CHECK-ARM: lshr i32 [[t1_0]], 1 -// CHECK-ARM: [[t1_base_2_cast:%.*]] = bitcast i32* %1 to i8* +// CHECK-ARM: [[t1_base_2_cast:%.*]] = bitcast i32* %{{.*}} to i8* // CHECK-ARM: [[t1_base_2:%.*]] = getelementptr i8* [[t1_base_2_cast]] // CHECK-ARM: [[t1_1:%.*]] = load i8* [[t1_base_2]], align 1 // CHECK-ARM: and i8 [[t1_1:%.*]], 1 -- cgit v1.2.3