X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FCFG.h;h=f78220a5203320dbbefe44f8bde947f8d86d1191;hb=eed6a11f81db8a86b3630a5e90fb072d99368f8d;hp=e958847eb628da3ae32556ed22c8f316da4233cb;hpb=017ba3988f764d090de3f3a2d5b52daca28cf2bf;p=oota-llvm.git diff --git a/include/llvm/IR/CFG.h b/include/llvm/IR/CFG.h index e958847eb62..f78220a5203 100644 --- a/include/llvm/IR/CFG.h +++ b/include/llvm/IR/CFG.h @@ -121,7 +121,7 @@ public: typedef typename super::reference reference; private: - const Term_ Term; + Term_ Term; unsigned idx; typedef SuccIterator Self;