Unbreak MSVC/CMake build.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 26 Jan 2010 03:56:22 +0000 (03:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 26 Jan 2010 03:56:22 +0000 (03:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94502 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmParser/X86AsmLexer.cpp

index e350515f3aa039c55fe100f47c42e6a7b64dac78..3998b08588395ac793a18a3ab8e2b2641d1ffe10 100644 (file)
@@ -148,5 +148,5 @@ extern "C" void LLVMInitializeX86AsmLexer() {
 }
 
 #define REGISTERS_ONLY
-#include "../X86GenAsmMatcher.inc"
+#include "X86GenAsmMatcher.inc"
 #undef REGISTERS_ONLY