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/Constants.cpp | |
parent | 9ae93cdcc81c50cb865a56b51eb70b2d7d961ad6 (diff) |
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/Constants.cpp')
-rw-r--r-- | lib/VMCore/Constants.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 8bf1d9cc19..7487bb4801 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -1,11 +1,11 @@ -//===-- ConstantVals.cpp - Implement Constant nodes --------------*- C++ -*--=// +//===-- Constants.cpp - Implement Constant nodes -----------------*- C++ -*--=// // // This file implements the Constant* classes... // //===----------------------------------------------------------------------===// #define __STDC_LIMIT_MACROS // Get defs for INT64_MAX and friends... -#include "llvm/ConstantVals.h" +#include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/SymbolTable.h" #include "llvm/GlobalValue.h" |