Missing files for the BlockFrequency analysis added.
[oota-llvm.git] / include / llvm / GlobalVariable.h
index 442e0c0e1b203e65f6b97ec674deb89e106a2b29..0fe89934350303c7e8b87e1bf211f02024b58bb4 100644 (file)
@@ -119,7 +119,7 @@ public:
   /// illegal to call this method if the global is external, because we cannot
   /// tell what the value is initialized to!
   ///
-  inline /*const FIXME*/ Constant *getInitializer() const {
+  inline const Constant *getInitializer() const {
     assert(hasInitializer() && "GV doesn't have initializer!");
     return static_cast<Constant*>(Op<0>().get());
   }