diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-12-05 01:02:36 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-12-05 01:02:36 +0000 |
commit | c29be67009382658bfe8b33a44630dcb52823d8a (patch) | |
tree | af466f1d921db571f4a0510fb9b1aebdcbecb8c6 /llvm | |
parent | a466a93ffecf99d973231c9d964a5265c275a53a (diff) | |
download | bcm5719-llvm-c29be67009382658bfe8b33a44630dcb52823d8a.tar.gz bcm5719-llvm-c29be67009382658bfe8b33a44630dcb52823d8a.zip |
Add a comment.
llvm-svn: 223427
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/DebugInfo/AArch64/coalescing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AArch64/coalescing.ll b/llvm/test/DebugInfo/AArch64/coalescing.ll index 15f9957fcda..4e2e5355bbf 100644 --- a/llvm/test/DebugInfo/AArch64/coalescing.ll +++ b/llvm/test/DebugInfo/AArch64/coalescing.ll @@ -5,7 +5,7 @@ ; void start() { ; unsigned size; ; foo(&size); -; if (size != 0) { +; if (size != 0) { // Work around a bug to preserve the dbg.value. ; } ; } |