PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit
[oota-llvm.git] / lib / Analysis / IntervalPartition.cpp
index 0f11e34b600b2b765105eb8f9aa82ee82bc993c8..1c9e14884316b14a5622054a11913726801e2660 100644 (file)
@@ -91,7 +91,7 @@ bool IntervalPartition::runOnFunction(Function &F) {
 // distinguish it from a copy constructor.  Always pass in false for now.
 //
 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool)
-  : FunctionPass(&ID) {
+  : FunctionPass(ID) {
   assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");
 
   // Pass false to intervals_begin because we take ownership of it's memory