diff options
| author | Matthew Voss <matthew.voss@sony.com> | 2018-01-09 17:52:00 +0000 |
|---|---|---|
| committer | Matthew Voss <matthew.voss@sony.com> | 2018-01-09 17:52:00 +0000 |
| commit | 3e826f4f1b078f333af6e9bd3d3388bea87b1ebf (patch) | |
| tree | ffb014e6d9f0cd65e8a343394ea3ffe4f8326908 | |
| parent | 4ed75a73e6f4fc406707c29df8a23562674db003 (diff) | |
| download | bcm5719-llvm-3e826f4f1b078f333af6e9bd3d3388bea87b1ebf.tar.gz bcm5719-llvm-3e826f4f1b078f333af6e9bd3d3388bea87b1ebf.zip | |
Test commit
This is a commit to test commit access.
llvm-svn: 322099
| -rw-r--r-- | llvm/lib/IR/DiagnosticInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DiagnosticInfo.cpp b/llvm/lib/IR/DiagnosticInfo.cpp index 946df1a836c..b81d205306b 100644 --- a/llvm/lib/IR/DiagnosticInfo.cpp +++ b/llvm/lib/IR/DiagnosticInfo.cpp @@ -144,7 +144,7 @@ DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V else if (auto *I = dyn_cast<Instruction>(V)) Loc = I->getDebugLoc(); - // Only include names that correspond to user variables. FIXME: we should use + // Only include names that correspond to user variables. FIXME: We should use // debug info if available to get the name of the user variable. if (isa<llvm::Argument>(V) || isa<GlobalValue>(V)) Val = GlobalValue::dropLLVMManglingEscape(V->getName()); |

