Fix typo.
authorOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 21:58:14 +0000 (21:58 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 21:58:14 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74649 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/LLVMContext.cpp

index be5b24f9d7d25ba9cbdb3f059b7d65ec934438ed..5e75d0b69c1ebd40d462e959b237d45f2491b2d3 100644 (file)
@@ -22,7 +22,7 @@ using namespace llvm;
 
 static ManagedStatic<LLVMContext> GlobalContext;
 
-LLVMContext& llvm::getGlobalContext() {
+const LLVMContext& llvm::getGlobalContext() {
   return *GlobalContext;
 }