Resurrect the assertion removed by r227717
[oota-llvm.git] / include / llvm / Transforms / Utils / UnrollLoop.h
index 25a32d0fcb36bc80ed2026edc3420e199db577bc..04d9ee14f9a6d3ee5c1b118bc5f7137e2ede017c 100644 (file)
@@ -34,7 +34,7 @@ bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
 bool UnrollRuntimeLoopProlog(Loop *L, unsigned Count, LoopInfo *LI,
                              LPPassManager* LPM);
 
-const MDNode *GetUnrollMetadata(const MDNode *LoopID, StringRef Name);
+MDNode *GetUnrollMetadata(MDNode *LoopID, StringRef Name);
 }
 
 #endif