[cfe-commits] r112917 - /cfe/trunk/test/CodeGenObjC/bitfield-access.m

Daniel Dunbar daniel at zuster.org
Thu Sep 2 17:24:06 PDT 2010


Author: ddunbar
Date: Thu Sep  2 19:24:06 2010
New Revision: 112917

URL: http://llvm.org/viewvc/llvm-project?rev=112917&view=rev
Log:
tests: Fix a dependency on the temporary value names.

Modified:
    cfe/trunk/test/CodeGenObjC/bitfield-access.m

Modified: cfe/trunk/test/CodeGenObjC/bitfield-access.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/bitfield-access.m?rev=112917&r1=112916&r2=112917&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/bitfield-access.m (original)
+++ cfe/trunk/test/CodeGenObjC/bitfield-access.m Thu Sep  2 19:24:06 2010
@@ -28,7 +28,7 @@
 // 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





More information about the cfe-commits mailing list