diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 02:20:51 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-20 02:20:51 +0000 |
| commit | 7d6781b0fe034557269fbd67238da2c374a7df9b (patch) | |
| tree | f126c319251f0a8917802f4ee946635f9df2ed17 /llvm/lib/Analysis | |
| parent | 0f899601f3aebd7738258048d4243fd84214ed4f (diff) | |
| download | bcm5719-llvm-7d6781b0fe034557269fbd67238da2c374a7df9b.tar.gz bcm5719-llvm-7d6781b0fe034557269fbd67238da2c374a7df9b.zip | |
Tabs -> spaces, and remove trailing whitespace.
llvm-svn: 82355
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/DebugInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp index 5d275ddef28..a0721618964 100644 --- a/llvm/lib/Analysis/DebugInfo.cpp +++ b/llvm/lib/Analysis/DebugInfo.cpp @@ -793,7 +793,7 @@ DILexicalBlock DIFactory::CreateLexicalBlock(DIDescriptor Context) { /// CreateLocation - Creates a debug info location. DILocation DIFactory::CreateLocation(unsigned LineNo, unsigned ColumnNo, - DIScope S, DILocation OrigLoc) { + DIScope S, DILocation OrigLoc) { Value *Elts[] = { ConstantInt::get(Type::getInt32Ty(VMContext), LineNo), ConstantInt::get(Type::getInt32Ty(VMContext), ColumnNo), @@ -1218,7 +1218,7 @@ namespace llvm { // If this location is already tracked then use it. DebugLocTuple Tuple(Context, Loc.getLineNumber(), - Loc.getColumnNumber()); + Loc.getColumnNumber()); DenseMap<DebugLocTuple, unsigned>::iterator II = DebugLocInfo.DebugIdMap.find(Tuple); if (II != DebugLocInfo.DebugIdMap.end()) |

