Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
[oota-llvm.git] / include / llvm / BasicBlock.h
index f2722b0382e1a61462a4e71a9d7d3a699b8f4524..cd38b4280c8f61dabce0ed3e7c3ea7c1faf38ccc 100644 (file)
@@ -93,7 +93,7 @@ public:
   /// null pointer back.
   ///
   TerminatorInst *getTerminator();
-  const TerminatorInst *const getTerminator() const;
+  const TerminatorInst *getTerminator() const;
   
   /// Returns a pointer to the first instructon in this block that is not a 
   /// PHINode instruction. When adding instruction to the beginning of the