diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-28 19:55:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 19:55:58 +0000 |
commit | 31bcdb822fe9133b1973de51519d34e5813a6184 (patch) | |
tree | 63e213a6696aae199bddfb55496afd6523468ca1 /lib/VMCore/ConstantFolding.h | |
parent | 9ae93cdcc81c50cb865a56b51eb70b2d7d961ad6 (diff) | |
download | external_llvm-31bcdb822fe9133b1973de51519d34e5813a6184.zip external_llvm-31bcdb822fe9133b1973de51519d34e5813a6184.tar.gz external_llvm-31bcdb822fe9133b1973de51519d34e5813a6184.tar.bz2 |
Split ConstantVals.h into Constant.h and Constants.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFolding.h')
-rw-r--r-- | lib/VMCore/ConstantFolding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index 1479fe0..14231cb 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -33,7 +33,7 @@ #ifndef LLVM_CONSTANTHANDLING_H #define LLVM_CONSTANTHANDLING_H -#include "llvm/ConstantVals.h" +#include "llvm/Constants.h" #include "llvm/Instruction.h" #include "llvm/Type.h" class PointerType; |