"LLVMContext* " --> "LLVMContext *"
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
index f39e1caa10cb7eb5df64f0da76fce447cb0c61e9..ad54f158ef30742ab7a9814f2998b8868b739c30 100644 (file)
@@ -29,7 +29,7 @@ ValueSymbolTable *BasicBlock::getValueSymbolTable() {
   return 0;
 }
 
-LLVMContextBasicBlock::getContext() const {
+LLVMContext *BasicBlock::getContext() const {
   return Parent ? Parent->getContext() : 0;
 }