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:
29efad1
)
EDis: Don't include inttypes.h. We support compilers which don't provide it. It was...
author
Benjamin Kramer
<benny.kra@googlemail.com>
Wed, 14 Apr 2010 13:56:38 +0000
(13:56 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Wed, 14 Apr 2010 13:56:38 +0000
(13:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101241
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/EDEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/EDEmitter.cpp
b/utils/TableGen/EDEmitter.cpp
index 928235834087bd7be3dafd2474faa7b34b82d7d4..4c9db8ccddc324c6129c9adb207d77d2ba563447 100644
(file)
--- a/
utils/TableGen/EDEmitter.cpp
+++ b/
utils/TableGen/EDEmitter.cpp
@@
-896,8
+896,6
@@
void EDEmitter::runHeader(raw_ostream &o) {
o << "#ifndef EDInfo_" << "\n";
o << "#define EDInfo_" << "\n";
o << "\n";
- o << "#include <inttypes.h>" << "\n";
- o << "\n";
o << "#define EDIS_MAX_OPERANDS " << format("%d", EDIS_MAX_OPERANDS) << "\n";
o << "#define EDIS_MAX_SYNTAXES " << format("%d", EDIS_MAX_SYNTAXES) << "\n";
o << "\n";