summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/ParserInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-03 22:26:30 +0000
committerChris Lattner <sabre@nondot.org>2001-12-03 22:26:30 +0000
commit3462ae3ad7944394d0e9b82be222a43a26ca289a (patch)
treef9ecc5677deccb6e178948795e6e268023d98a0c /llvm/lib/AsmParser/ParserInternals.h
parentbca18d7d96fd6d0df98019074e144f5b270d222c (diff)
downloadbcm5719-llvm-3462ae3ad7944394d0e9b82be222a43a26ca289a.tar.gz
bcm5719-llvm-3462ae3ad7944394d0e9b82be222a43a26ca289a.zip
Rename ConstPoolVal -> Constant
Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
Diffstat (limited to 'llvm/lib/AsmParser/ParserInternals.h')
-rw-r--r--llvm/lib/AsmParser/ParserInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/ParserInternals.h b/llvm/lib/AsmParser/ParserInternals.h
index 76052fa5410..b05bb0ddac4 100644
--- a/llvm/lib/AsmParser/ParserInternals.h
+++ b/llvm/lib/AsmParser/ParserInternals.h
@@ -13,7 +13,7 @@
#include "llvm/InstrTypes.h"
#include "llvm/BasicBlock.h"
-#include "llvm/ConstPoolVals.h"
+#include "llvm/ConstantVals.h"
#include "llvm/iOther.h"
#include "llvm/Method.h"
#include "llvm/DerivedTypes.h"
OpenPOWER on IntegriCloud