projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13af11a
)
Unbreak MSVC/CMake build.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 26 Jan 2010 03:56:22 +0000
(
03:56
+0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/AsmParser/X86AsmLexer.cpp
b/lib/Target/X86/AsmParser/X86AsmLexer.cpp
index e350515f3aa039c55fe100f47c42e6a7b64dac78..3998b08588395ac793a18a3ab8e2b2641d1ffe10 100644
(file)
--- a/
lib/Target/X86/AsmParser/X86AsmLexer.cpp
+++ b/
lib/Target/X86/AsmParser/X86AsmLexer.cpp
@@
-148,5
+148,5
@@
extern "C" void LLVMInitializeX86AsmLexer() {
}
#define REGISTERS_ONLY
-#include "
../
X86GenAsmMatcher.inc"
+#include "X86GenAsmMatcher.inc"
#undef REGISTERS_ONLY