From: Devang Patel Date: Tue, 5 Jul 2011 21:16:28 +0000 (+0000) Subject: Speculatively revert r134431. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c5e913879756497ac78f9243af84883d850ef630;p=oota-llvm.git Speculatively revert r134431. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h index 3b06fd3e3b3..94592800fe4 100644 --- a/include/llvm/Support/IRBuilder.h +++ b/include/llvm/Support/IRBuilder.h @@ -73,7 +73,6 @@ public: void SetInsertPoint(BasicBlock *TheBB) { BB = TheBB; InsertPt = BB->end(); - CurDbgLocation = DebugLoc(); } /// SetInsertPoint - This specifies that created instructions should be