Use a better name for the label relocations while emitting them for Jump Tables
[oota-llvm.git] / include / llvm / Function.h
index 34ced973dd5580974ef0d1fcba09d43d8d7f83a0..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.
-  LLVMContext* getContext();
+  LLVMContext *getContext() const;
 
   /// isVarArg - Return true if this function takes a variable number of
   /// arguments.