Minor cleanup.

This commit is contained in:
David Nadlinger
2013-05-11 18:43:41 +02:00
parent 91d653c730
commit d15a3bacac

View File

@@ -22,6 +22,7 @@
#if defined(_MSC_VER)
#include <ctype.h>
#endif
#include "gen/llvmhelpers.h" // printLabelName
#ifndef ASM_X86_64
namespace AsmParserx8632
@@ -2496,7 +2497,7 @@ namespace AsmParserx8664
}
else
{
// Plain memory reference to variable
// Plain memory reference to variable or reference to label.
/* If in a reg, DMD moves to memory.. even with -O, so we'll do the same
by always using the "m" contraint.