summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-02-26 02:36:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-02-26 02:36:56 +0000
commitae725715ef3eb53e7abbf84c9e5a6f8d9799401e (patch)
tree7cbd1ebb185b79a6c542fdf2fecb53b2c84b2a38 /llvm
parentfa755420783b7d856d7e2148b30489308e2a85aa (diff)
downloadbcm5719-llvm-ae725715ef3eb53e7abbf84c9e5a6f8d9799401e.tar.gz
bcm5719-llvm-ae725715ef3eb53e7abbf84c9e5a6f8d9799401e.zip
And update the comment...
llvm-svn: 151472
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Analysis/ScalarEvolutionExpander.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
index c185502afb0..95c1df9d5af 100644
--- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
@@ -43,7 +43,6 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
// not allowed to move it.
BasicBlock::iterator BIP = Builder.GetInsertPoint();
- // FIXME: enable once our implementation of dominates is fixed.
assert(BIP == IP || SE.DT->dominates(IP, BIP));
// Check to see if there is already a cast!
OpenPOWER on IntegriCloud