summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-12-05 01:02:36 +0000
committerAdrian Prantl <aprantl@apple.com>2014-12-05 01:02:36 +0000
commitc29be67009382658bfe8b33a44630dcb52823d8a (patch)
treeaf466f1d921db571f4a0510fb9b1aebdcbecb8c6 /llvm
parenta466a93ffecf99d973231c9d964a5265c275a53a (diff)
downloadbcm5719-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.ll2
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.
; }
; }
OpenPOWER on IntegriCloud