Skip to content

Commit

Permalink
Silence unused variable warning.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68735 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Devang Patel committed Apr 9, 2009
1 parent c30aa7b commit 9238385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/SelectionDAG/FastISel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ bool FastISel::SelectCall(User *I) {

// Record the source line.
unsigned Line = Subprogram.getLineNumber();
unsigned LabelID = DW->RecordSourceLine(Line, 0, SrcFile);
DW->RecordSourceLine(Line, 0, SrcFile);
setCurDebugLoc(DebugLoc::get(MF.getOrCreateDebugLocID(SrcFile, Line, 0)));

// llvm.dbg.func_start also defines beginning of function scope.
Expand Down

0 comments on commit 9238385

Please sign in to comment.