OSDN Git Service

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 be5b24f..5e75d0b 100644 (file)
@@ -22,7 +22,7 @@ using namespace llvm;
 
 static ManagedStatic<LLVMContext> GlobalContext;
 
-LLVMContext& llvm::getGlobalContext() {
+const LLVMContext& llvm::getGlobalContext() {
   return *GlobalContext;
 }