diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-25 20:37:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-25 20:37:57 +0000 |
commit | 6fcd32e7d7a893091b7a3984140c0d3b59633460 (patch) | |
tree | 5917551b11494d5939a2a66d1919cff49cc1b329 /llvm/lib/Transforms/InstCombine/InstCombine.h | |
parent | e13f1ead9b708de8c8297901773cd5bd9328846e (diff) | |
download | bcm5719-llvm-6fcd32e7d7a893091b7a3984140c0d3b59633460.tar.gz bcm5719-llvm-6fcd32e7d7a893091b7a3984140c0d3b59633460.zip |
Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.
llvm-svn: 122554
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h index 3a58708166d..81b5b7ea6df 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombine.h +++ b/llvm/lib/Transforms/InstCombine/InstCombine.h @@ -348,10 +348,6 @@ private: Value *EvaluateInDifferentType(Value *V, const Type *Ty, bool isSigned); - - unsigned GetOrEnforceKnownAlignment(Value *V, - unsigned PrefAlign = 0); - }; |