From af25a5d9b791ab191f7db9000cb498e623277e86 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 5 Dec 2014 01:02:36 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223427 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/AArch64/coalescing.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/AArch64/coalescing.ll b/test/DebugInfo/AArch64/coalescing.ll index 15f9957fcda..4e2e5355bbf 100644 --- a/test/DebugInfo/AArch64/coalescing.ll +++ b/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. ; } ; } -- 2.40.0