From d15a3bacacbafacf30eccb27c08fd0307e58dddd Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 11 May 2013 18:43:41 +0200 Subject: [PATCH] Minor cleanup. --- gen/asm-x86.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen/asm-x86.h b/gen/asm-x86.h index 3f47850e..2d243326 100644 --- a/gen/asm-x86.h +++ b/gen/asm-x86.h @@ -22,6 +22,7 @@ #if defined(_MSC_VER) #include #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.