remove a useless optimization: now that label replacement never
authorChris Lattner <sabre@nondot.org>
Tue, 9 Mar 2010 01:52:43 +0000 (01:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Mar 2010 01:52:43 +0000 (01:52 +0000)
commit5b9062cb3ad2a60f18e941ac42a2382302c46f24
treebf0fca69ed109f7eaa0ea640a6a33de3943c60f5
parenta34ec2290fa441d312ac33a61e6ec6029259bdef
remove a useless optimization: now that label replacement never
happens, the start/end of a scope can never be the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp