diff options
Diffstat (limited to 'lib/Target/SparcV9/InternalGlobalMapper.cpp')
-rw-r--r-- | lib/Target/SparcV9/InternalGlobalMapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/InternalGlobalMapper.cpp b/lib/Target/SparcV9/InternalGlobalMapper.cpp index 280c836f33..f59e921be0 100644 --- a/lib/Target/SparcV9/InternalGlobalMapper.cpp +++ b/lib/Target/SparcV9/InternalGlobalMapper.cpp @@ -1,10 +1,10 @@ //===-- InternalGlobalMapper.cpp - Mapping Info for Internal Globals ------===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // InternalGlobalMapper is a pass that helps the runtime trace optimizer map @@ -71,7 +71,7 @@ bool InternalGlobalMapper::runOnModule(Module &M) { std::vector<Constant *> FieldValues; FieldValues.push_back (ConstantUInt::get (Type::UIntTy, gvvector.size ())); FieldValues.push_back (ConstantArray::get (ATy, gvvector)); - + // Add the constant struct to M as an external global symbol named // "_llvm_internalGlobals". new GlobalVariable (STy, true, GlobalValue::ExternalLinkage, |