summaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-28 21:02:38 +0000
committerDan Gohman <gohman@apple.com>2010-07-28 21:02:38 +0000
commit5d414b44fc7720a040357ec43f111f8ac53a59f4 (patch)
tree23bc322c69db3ba1f3869990ca6ad6387c974e13 /include/llvm/Instructions.h
parent6bbe671e1c58dd58fcf0165c1127dda5037ad3e2 (diff)
downloadllvm-5d414b44fc7720a040357ec43f111f8ac53a59f4.tar.gz
llvm-5d414b44fc7720a040357ec43f111f8ac53a59f4.tar.bz2
llvm-5d414b44fc7720a040357ec43f111f8ac53a59f4.tar.xz
Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r--include/llvm/Instructions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index 118a42d515..273c9951c6 100644
--- a/include/llvm/Instructions.h
+++ b/include/llvm/Instructions.h
@@ -31,10 +31,6 @@ class APInt;
class LLVMContext;
class DominatorTree;
-/// MaximumAlignment - This is the greatest alignment value supported by
-/// load, store, and alloca instructions.
-static const unsigned MaximumAlignment = 1u << 29;
-
//===----------------------------------------------------------------------===//
// AllocaInst Class
//===----------------------------------------------------------------------===//