X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FBasicBlock.h;h=4f4da1ca2fb65929ceb8f1054a49e9dd4dadbec1;hb=b8105651527670cb456eb46dd4346bacd3905361;hp=59b93e817a3faeb1a3d96bedeec99fb384d477f8;hpb=0a205a459884ec745df1c529396dd921f029dafd;p=oota-llvm.git diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index 59b93e817a3..4f4da1ca2fb 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -88,7 +88,7 @@ private: public: /// getContext - Get the context in which this basic block lives, /// or null if it is not currently attached to a function. - LLVMContext* getContext() const; + LLVMContext *getContext() const; /// Instruction iterators... typedef InstListType::iterator iterator;