summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-12 20:48:11 +0000
committerChris Lattner <sabre@nondot.org>2004-01-12 20:48:11 +0000
commit6b7b91ab038eb468431725993dfe246726bc9743 (patch)
tree74785b2b3c4c55cf31caf92889bf13d3ce8a5f4a /lib/VMCore/ConstantFold.h
parent302753863d4f4989930ed508892225eb43509d94 (diff)
downloadexternal_llvm-6b7b91ab038eb468431725993dfe246726bc9743.zip
external_llvm-6b7b91ab038eb468431725993dfe246726bc9743.tar.gz
external_llvm-6b7b91ab038eb468431725993dfe246726bc9743.tar.bz2
Move ConstantHandling.h into lib/VMCore and out of include/llvm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFold.h')
-rw-r--r--lib/VMCore/ConstantFold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h
index 8d29336..8475e44 100644
--- a/lib/VMCore/ConstantFold.h
+++ b/lib/VMCore/ConstantFold.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CONSTANTHANDLING_H
-#define LLVM_CONSTANTHANDLING_H
+#ifndef CONSTANTHANDLING_H
+#define CONSTANTHANDLING_H
#include "llvm/Constants.h"
#include "llvm/Type.h"