Author: rafael
Date: Sat Apr 30 17:30:24 2011
New Revision: 130624

URL: http://llvm.org/viewvc/llvm-project?rev=130624&view=rev
Log:
Update for cfi.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m?rev=130624&r1=130623&r2=130624&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m Sat Apr 30 17:30:24 2011
@@ -2,10 +2,9 @@
 
 //CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]":
 //CHECK: .quad "-[InstanceVariablesEverywhereButTheInterface someString]"
-//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh" = 0
-//CHECK: .no_dead_strip        "-[InstanceVariablesEverywhereButTheInterface 
someString].eh"
 //CHECK: .ascii         "-[InstanceVariablesEverywhereButTheInterface 
someString]"
 //CHECK: .asciz         "-[InstanceVariablesEverywhereButTheInterface 
someString]"
+//CHECK:  "-[InstanceVariablesEverywhereButTheInterface someString].eh":
 
 //rdar: //8498026
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to