Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
[oota-llvm.git] / include / llvm / BasicBlock.h
index 59b93e817a3faeb1a3d96bedeec99fb384d477f8..4f4da1ca2fb65929ceb8f1054a49e9dd4dadbec1 100644 (file)
@@ -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.
-  LLVMContextgetContext() const;
+  LLVMContext *getContext() const;
   
   /// Instruction iterators...
   typedef InstListType::iterator                              iterator;