[Hexagon] Moving pass declarations out of header and in to implementation files....
[oota-llvm.git] / lib / Target / Hexagon / HexagonCopyToCombine.cpp
index 1d6455c66fa5611243f7775ed06ae3ad515a8476..9fd863f6e1531a976cc88686ed4533640ea7ffd9 100644 (file)
@@ -49,6 +49,7 @@ MaxNumOfInstsBetweenNewValueStoreAndTFR("max-num-inst-between-tfr-and-nv-store",
                             "consider the store still to be newifiable"));
 
 namespace llvm {
+  FunctionPass *createHexagonCopyToCombine();
   void initializeHexagonCopyToCombinePass(PassRegistry&);
 }