projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7493658
)
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 23 Jan 2013 08:31:28 +0000
(08:31 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 23 Jan 2013 08:31:28 +0000
(08:31 +0000)
llvm-svn: 173238
llvm/unittests/IR/IRBuilderTest.cpp
patch
|
blob
|
history
diff --git
a/llvm/unittests/IR/IRBuilderTest.cpp
b/llvm/unittests/IR/IRBuilderTest.cpp
index
8c3471c
..
fecc4a4
100644
(file)
--- a/
llvm/unittests/IR/IRBuilderTest.cpp
+++ b/
llvm/unittests/IR/IRBuilderTest.cpp
@@
-115,6
+115,7
@@
TEST_F(IRBuilderTest, GetIntTy) {
IntegerType *IntPtrTy = Builder.getIntPtrTy(DL);
unsigned IntPtrBitSize = DL->getPointerSizeInBits(0);
EXPECT_EQ(IntPtrTy, IntegerType::get(getGlobalContext(), IntPtrBitSize));
+ delete DL;
}
TEST_F(IRBuilderTest, FastMathFlags) {