aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/IRBuilder.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-07-05 21:16:28 +0000
committerDevang Patel <dpatel@apple.com>2011-07-05 21:16:28 +0000
commitc5e913879756497ac78f9243af84883d850ef630 (patch)
tree88d6e7cf81b7323c6caf7e3c4041edb7f90d538d /include/llvm/Support/IRBuilder.h
parent3209a03dafe1a23fe74c933cebd9f9c92a2a3616 (diff)
downloadexternal_llvm-c5e913879756497ac78f9243af84883d850ef630.zip
external_llvm-c5e913879756497ac78f9243af84883d850ef630.tar.gz
external_llvm-c5e913879756497ac78f9243af84883d850ef630.tar.bz2
Speculatively revert r134431.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/IRBuilder.h')
-rw-r--r--include/llvm/Support/IRBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h
index 3b06fd3..9459280 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