projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00c03b
)
hopefully unbreak the build by making this-> explicit for dependent
author
Chris Lattner
<sabre@nondot.org>
Sun, 30 Aug 2009 17:44:10 +0000
(17:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 30 Aug 2009 17:44:10 +0000
(17:44 +0000)
base class lookup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80499
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/IRBuilder.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/IRBuilder.h
b/include/llvm/Support/IRBuilder.h
index ee2d4ed051b2dcc8ea610f16eabc81ee9fdd8ed4..4080f9020621eed1822662cb8012a2a21fe7e168 100644
(file)
--- a/
include/llvm/Support/IRBuilder.h
+++ b/
include/llvm/Support/IRBuilder.h
@@
-130,7
+130,7
@@
public:
/// Insert - Insert and return the specified instruction.
template<typename InstTy>
InstTy *Insert(InstTy *I, const Twine &Name = "") const {
- InsertHelper(I, Name, BB, InsertPt);
+
this->
InsertHelper(I, Name, BB, InsertPt);
return I;
}