From: Chris Lattner Date: Mon, 8 Apr 2002 20:15:12 +0000 (+0000) Subject: Minor change to reflect that ConstantHandling is now part of VMCore X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=66160427de7b88815f2f9847ec60c6ef85577b6b;p=oota-llvm.git 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 --- 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"