From 66160427de7b88815f2f9847ec60c6ef85577b6b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Apr 2002 20:15:12 +0000 Subject: [PATCH] Minor change to reflect that ConstantHandling is now part of VMCore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2163 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ConstantHandling.h | 4 ++-- lib/VMCore/ConstantFold.h | 4 ++-- lib/VMCore/ConstantFolding.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/llvm/ConstantHandling.h b/include/llvm/ConstantHandling.h index d0f50fac456..1479fe01ef8 100644 --- a/include/llvm/ConstantHandling.h +++ b/include/llvm/ConstantHandling.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h" diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index d0f50fac456..1479fe01ef8 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h" diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index d0f50fac456..1479fe01ef8 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h"