mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
Minor cleanup.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user