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:
bfeec10
)
Fix two FIXME's
author
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 19:49:58 +0000
(19:49 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 19:49:58 +0000
(19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2377
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/SymbolTable.h
patch
|
blob
|
history
diff --git
a/include/llvm/SymbolTable.h
b/include/llvm/SymbolTable.h
index d79b187733fa738fcdd2383d867308bf0c1428b8..8762b4b5819d741864e9544e4e282fe490fb4b88 100644
(file)
--- a/
include/llvm/SymbolTable.h
+++ b/
include/llvm/SymbolTable.h
@@
-17,8
+17,6
@@
#define LLVM_SYMBOL_TABLE_H
#include "llvm/Value.h"
-#include "llvm/Type.h" // FIXME: Remove
-#include "llvm/ConstantVals.h" // FIXME: Remove
#include <map>
class SymbolTable : public AbstractTypeUser,