From 7d6781b0fe034557269fbd67238da2c374a7df9b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 20 Sep 2009 02:20:51 +0000 Subject: Tabs -> spaces, and remove trailing whitespace. llvm-svn: 82355 --- llvm/lib/Analysis/DebugInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Analysis') 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::iterator II = DebugLocInfo.DebugIdMap.find(Tuple); if (II != DebugLocInfo.DebugIdMap.end()) -- cgit v1.2.3