[Hexagon] Moving pass declarations out of header and in to implementation files....
[oota-llvm.git] / lib / Target / Hexagon / HexagonFixupHwLoops.cpp
index 3d786a92b9e5f34d628f199894f04c67c4d9d281..d0c7f9c8960f313bfc1a7d2523915d1ab243099e 100644 (file)
@@ -30,6 +30,7 @@ static cl::opt<unsigned> MaxLoopRange(
     cl::desc("Restrict range of loopN instructions (testing only)"));
 
 namespace llvm {
+  FunctionPass *createHexagonFixupHwLoops();
   void initializeHexagonFixupHwLoopsPass(PassRegistry&);
 }