[llvm-commits] [llvm] r134440 - /llvm/trunk/include/llvm/Support/IRBuilder.h
Devang Patel
dpatel at apple.com
Tue Jul 5 14:16:28 PDT 2011
Author: dpatel
Date: Tue Jul 5 16:16:28 2011
New Revision: 134440
URL: http://llvm.org/viewvc/llvm-project?rev=134440&view=rev
Log:
Speculatively revert r134431.
Modified:
llvm/trunk/include/llvm/Support/IRBuilder.h
Modified: llvm/trunk/include/llvm/Support/IRBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/IRBuilder.h?rev=134440&r1=134439&r2=134440&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/IRBuilder.h (original)
+++ llvm/trunk/include/llvm/Support/IRBuilder.h Tue Jul 5 16:16:28 2011
@@ -73,7 +73,6 @@
void SetInsertPoint(BasicBlock *TheBB) {
BB = TheBB;
InsertPt = BB->end();
- CurDbgLocation = DebugLoc();
}
/// SetInsertPoint - This specifies that created instructions should be
More information about the llvm-commits
mailing list