diff options
Diffstat (limited to 'clang/test/CodeGenObjC/fpret.m')
| -rw-r--r-- | clang/test/CodeGenObjC/fpret.m | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/clang/test/CodeGenObjC/fpret.m b/clang/test/CodeGenObjC/fpret.m index cabef108df4..7fe550177d4 100644 --- a/clang/test/CodeGenObjC/fpret.m +++ b/clang/test/CodeGenObjC/fpret.m @@ -14,19 +14,19 @@  @end -// CHECK-X86_32: define void @t0() +// CHECK-X86_32-LABEL: define void @t0()  // CHECK-X86_32: call float bitcast {{.*}} @objc_msgSend_fpret to  // CHECK-X86_32: call double bitcast {{.*}} @objc_msgSend_fpret to  // CHECK-X86_32: call x86_fp80 bitcast {{.*}} @objc_msgSend_fpret to  // CHECK-X86_32: }  // -// CHECK-X86_64: define void @t0() +// CHECK-X86_64-LABEL: define void @t0()  // CHECK-X86_64: call float bitcast {{.*}} @objc_msgSend to  // CHECK-X86_64: call double bitcast {{.*}} @objc_msgSend to  // CHECK-X86_64: call x86_fp80 bitcast {{.*}} @objc_msgSend_fpret to  // CHECK-X86_64: }  // -// CHECK-ARMV7: define void @t0() +// CHECK-ARMV7-LABEL: define void @t0()  // CHECK-ARMV7: call float bitcast {{.*}} @objc_msgSend to  // CHECK-ARMV7: call double bitcast {{.*}} @objc_msgSend to  // CHECK-ARMV7: call double bitcast {{.*}} @objc_msgSend to | 

