diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-05 21:16:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-05 21:16:28 +0000 |
commit | c5e913879756497ac78f9243af84883d850ef630 (patch) | |
tree | 88d6e7cf81b7323c6caf7e3c4041edb7f90d538d /include/llvm/Support/IRBuilder.h | |
parent | 3209a03dafe1a23fe74c933cebd9f9c92a2a3616 (diff) | |
download | external_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.h | 1 |
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 |