diff options
| author | Stephen Lin <stephenwlin@gmail.com> | 2013-08-15 06:47:53 +0000 | 
|---|---|---|
| committer | Stephen Lin <stephenwlin@gmail.com> | 2013-08-15 06:47:53 +0000 | 
| commit | 4362261b0093730e46ffcad910e8b465cf0bb1cb (patch) | |
| tree | b05fa6d247505d0ab46b16619f702532e189f698 /clang/test/CodeGenObjC/bitfield-access.m | |
| parent | 83e042a21b5392882ccc020baa9ade52851b5903 (diff) | |
| download | bcm5719-llvm-4362261b0093730e46ffcad910e8b465cf0bb1cb.tar.gz bcm5719-llvm-4362261b0093730e46ffcad910e8b465cf0bb1cb.zip | |
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
llvm-svn: 188447
Diffstat (limited to 'clang/test/CodeGenObjC/bitfield-access.m')
| -rw-r--r-- | clang/test/CodeGenObjC/bitfield-access.m | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/clang/test/CodeGenObjC/bitfield-access.m b/clang/test/CodeGenObjC/bitfield-access.m index 597fe356794..2b8039df9ec 100644 --- a/clang/test/CodeGenObjC/bitfield-access.m +++ b/clang/test/CodeGenObjC/bitfield-access.m @@ -14,7 +14,7 @@  // Check that we don't try to use an i32 load here, which would reach beyond the  // end of the structure.  // -// CHECK-I386: define i32 @f0( +// CHECK-I386-LABEL: define i32 @f0(  // CHECK-I386:   [[t0_0:%.*]] = load i8* {{.*}}, align 1  // CHECK-I386:   lshr i8 [[t0_0]], 7  // CHECK-I386: } @@ -24,7 +24,7 @@ int f0(I0 *a) {  // Check that we can handled straddled loads.  // -// CHECK-ARM: define i32 @f1( +// CHECK-ARM-LABEL: define i32 @f1(  // CHECK-ARM:    [[t1_ptr:%.*]] = getelementptr  // CHECK-ARM:    [[t1_base:%.*]] = bitcast i8* [[t1_ptr]] to i40*  // CHECK-ARM:    [[t1_0:%.*]] = load i40* [[t1_base]], align 1 | 

