diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:30:14 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:30:14 +0000 |
| commit | b440243e94cc189cf44168df0e764e52e73fe776 (patch) | |
| tree | 83df4a6c3ff914859ea07a6a0f43724a007a1aff /llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp | |
| parent | 89b8c8d21510728b59c0586ef5bb4de03312a21d (diff) | |
| download | bcm5719-llvm-b440243e94cc189cf44168df0e764e52e73fe776.tar.gz bcm5719-llvm-b440243e94cc189cf44168df0e764e52e73fe776.zip | |
Remove trailing whitespace
llvm-svn: 21425
Diffstat (limited to 'llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp')
| -rw-r--r-- | llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp b/llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp index 280c836f338..f59e921be0b 100644 --- a/llvm/lib/Target/SparcV9/InternalGlobalMapper.cpp +++ b/llvm/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, |

