[llvm-commits] [debuginfo-tests] r118690 - /debuginfo-tests/trunk/README.txt

Devang Patel dpatel at apple.com
Wed Nov 10 10:11:11 PST 2010


Author: dpatel
Date: Wed Nov 10 12:11:11 2010
New Revision: 118690

URL: http://llvm.org/viewvc/llvm-project?rev=118690&view=rev
Log:
Zap white spaces, test commit email.

Modified:
    debuginfo-tests/trunk/README.txt

Modified: debuginfo-tests/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/README.txt?rev=118690&r1=118689&r2=118690&view=diff
==============================================================================
--- debuginfo-tests/trunk/README.txt (original)
+++ debuginfo-tests/trunk/README.txt Wed Nov 10 12:11:11 2010
@@ -8,10 +8,10 @@
 For exmaple,
 
 define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1                                                                                                                                                 
-; DEBUGGER: r                                                                                                                                                        
-; DEBUGGER: p i                                                                                                                                                      
-; CHECK: $1 = 42                                                                                                                                                     
+; DEBUGGER: break f1
+; DEBUGGER: r
+; DEBUGGER: p i 
+; CHECK: $1 = 42 
 entry:
 }
 





More information about the llvm-commits mailing list