Use a better name for the label relocations while emitting them for Jump Tables
[oota-llvm.git] / include / llvm / Function.h
index db728bff31e4adae40f2efb8ec163a67d58eb12a..04c1442400e42cfd64e6943aec8a57f1c618f37c 100644 (file)
@@ -129,7 +129,7 @@ public:
 
   /// getContext - Return a pointer to the LLVMContext associated with this 
   /// function, or NULL if this function is not bound to a context yet.
-  LLVMContextgetContext() const;
+  LLVMContext *getContext() const;
 
   /// isVarArg - Return true if this function takes a variable number of
   /// arguments.