llvm/lib/Transforms
Chris Lattner 7569d79de1 switch the inliner alignment enforcement stuff to use the
getOrEnforceKnownAlignment function, which simplifies the code
and makes it stronger.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122555 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-25 20:42:38 +00:00
..
Hello
InstCombine Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. 2010-12-25 20:37:57 +00:00
Instrumentation
IPO reapply r121100 with a tweak to constant fold ConstExprs with TargetData 2010-12-07 04:33:29 +00:00
Scalar Fix a thinko pointed out by Frits van Bommel: looking through global variables in isBytewiseValue is not safe. 2010-12-24 22:23:59 +00:00
Utils switch the inliner alignment enforcement stuff to use the 2010-12-25 20:42:38 +00:00
Makefile