Add a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl 2014-12-05 01:02:36 +00:00
parent ebde7405a7
commit af25a5d9b7

View 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.
; }
; }