Add a comment.
authorAdrian Prantl <aprantl@apple.com>
Fri, 5 Dec 2014 01:02:36 +0000 (01:02 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 5 Dec 2014 01:02:36 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223427 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/AArch64/coalescing.ll

index 15f9957fcdaaf430ecc7e960521cc612092ea8d7..4e2e5355bbfc5684238d1592f21f8ea93cbcda76 100644 (file)
@@ -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.
 ;   }
 ; }