Add constructor overloads for LoadInst and StoreInst that insert at the
authorDan Gohman <gohman@apple.com>
Wed, 18 Jul 2007 20:51:11 +0000 (20:51 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Jul 2007 20:51:11 +0000 (20:51 +0000)
commit6ab2d18f5ea44bf740964036e08253b75ab601f9
tree1a419123f2b034c94ededc8a5f03225cd3caf85b
parent4106f3714e8fc2d3561a3e64244d560b4cc41837
Add constructor overloads for LoadInst and StoreInst that insert at the
end of a BasicBlock and have an alignment parameter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40016 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp