summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-05 22:30:42 +0000
committerChris Lattner <sabre@nondot.org>2010-01-05 22:30:42 +0000
commit554d0564ff6e777add62638069b92a89aeda4dd6 (patch)
tree841a163c1575f1848d73b2c6264888e3b9d0bea4 /llvm/lib/Transforms/InstCombine/InstCombine.h
parent404a984780a9aa253fc52e9d3dd36705a6077838 (diff)
downloadbcm5719-llvm-554d0564ff6e777add62638069b92a89aeda4dd6.tar.gz
bcm5719-llvm-554d0564ff6e777add62638069b92a89aeda4dd6.zip
make this a static function instead of a method.
llvm-svn: 92795
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h
index e6ad1c73c25..136bb885e51 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombine.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombine.h
@@ -338,8 +338,6 @@ private:
Value *EvaluateInDifferentType(Value *V, const Type *Ty, bool isSigned);
- bool CanEvaluateInDifferentType(Value *V, const Type *Ty,
- unsigned CastOpc, int &NumCastsRemoved);
unsigned GetOrEnforceKnownAlignment(Value *V,
unsigned PrefAlign = 0);
OpenPOWER on IntegriCloud