diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-09-03 00:24:06 +0000 | 
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-03 00:24:06 +0000 | 
| commit | 09c8fbe812d9dfde2c6b665ecf5d1f4e87d16c69 (patch) | |
| tree | b009dba4bfb397cee76057564299f000a1fc2cee | |
| parent | 12d3891a27925e874c6a023d12faf6f39ffdb173 (diff) | |
| download | bcm5719-llvm-09c8fbe812d9dfde2c6b665ecf5d1f4e87d16c69.tar.gz bcm5719-llvm-09c8fbe812d9dfde2c6b665ecf5d1f4e87d16c69.zip  | |
tests: Fix a dependency on the temporary value names.
llvm-svn: 112917
| -rw-r--r-- | clang/test/CodeGenObjC/bitfield-access.m | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/bitfield-access.m b/clang/test/CodeGenObjC/bitfield-access.m index 6942c4a0fed..16b0001ddfd 100644 --- a/clang/test/CodeGenObjC/bitfield-access.m +++ b/clang/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  | 

