From 319e058410761a7ff7feb07685e7a2a38d14ccaf Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Wed, 4 Feb 2009 20:47:27 +0100 Subject: [PATCH] Reverted back to the LLVM_InlineAsm_X86 versions, a few more things still needs to be sorted out first. --- dmd/mars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mars.c b/dmd/mars.c index 4eb245af..1b352ef8 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -851,7 +851,7 @@ int main(int argc, char *argv[]) global.params.is64bit = false; global.params.cpu = ARCHx86; if (global.params.useInlineAsm) { - VersionCondition::addPredefinedGlobalIdent("D_InlineAsm_X86"); + VersionCondition::addPredefinedGlobalIdent("LLVM_InlineAsm_X86"); } } else if (strcmp(global.params.llvmArch,"x86-64")==0) {