diff options
author | Devang Patel <dpatel@apple.com> | 2010-11-10 18:11:11 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-11-10 18:11:11 +0000 |
commit | 13bcf4d131258cde8ff43d6cb30dd9f3e62e8e7a (patch) | |
tree | 13a0935d7651f59d39847e0f6fdbdc323dee93a4 /debuginfo-tests/README.txt | |
parent | a0a9d85a5d14e4e12fe08477f2837c6d276802f0 (diff) | |
download | bcm5719-llvm-13bcf4d131258cde8ff43d6cb30dd9f3e62e8e7a.tar.gz bcm5719-llvm-13bcf4d131258cde8ff43d6cb30dd9f3e62e8e7a.zip |
Zap white spaces, test commit email.
llvm-svn: 118690
Diffstat (limited to 'debuginfo-tests/README.txt')
-rw-r--r-- | debuginfo-tests/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debuginfo-tests/README.txt b/debuginfo-tests/README.txt index 56820920b38..5ef6aa0a11a 100644 --- a/debuginfo-tests/README.txt +++ b/debuginfo-tests/README.txt @@ -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: } |