X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTransforms%2FScalar%2FLoopRotation.cpp;h=1e4bfa94be56946c08d2c6c7108f72531bda44b2;hp=6fecbb3a2806c92865ad39a1a313d5560fe67f5f;hb=9ccaf53ada99c63737547c0235baeb8454b04e80;hpb=7365c091f92db5e68c98d7faedc6c34e1bbbc898 diff --git a/lib/Transforms/Scalar/LoopRotation.cpp b/lib/Transforms/Scalar/LoopRotation.cpp index 6fecbb3a280..1e4bfa94be5 100644 --- a/lib/Transforms/Scalar/LoopRotation.cpp +++ b/lib/Transforms/Scalar/LoopRotation.cpp @@ -35,7 +35,7 @@ namespace { class LoopRotate : public LoopPass { public: static char ID; // Pass ID, replacement for typeid - LoopRotate() : LoopPass(&ID) {} + LoopRotate() : LoopPass(ID) {} // Rotate Loop L as many times as possible. Return true if // loop is rotated at least once.