Zap white spaces, test commit email.

llvm-svn: 118690
This commit is contained in:
Devang Patel 2010-11-10 18:11:11 +00:00
parent a0a9d85a5d
commit 13bcf4d131
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ as comments in source file using DEBUGGER: and CHECK: as prefixes respectively.
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:
}