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:
32dc092
)
80-col fixup.
author
Eric Christopher
<echristo@gmail.com>
Fri, 19 Apr 2013 20:37:12 +0000
(20:37 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Fri, 19 Apr 2013 20:37:12 +0000
(20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179881
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/DIBuilder.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/DIBuilder.cpp
b/lib/IR/DIBuilder.cpp
index 0ed61b5f86b83ffbdf97ea18e261f84f319e32b7..ed9f98f514e2bf5deec02125459f55275dc5ce15 100644
(file)
--- a/
lib/IR/DIBuilder.cpp
+++ b/
lib/IR/DIBuilder.cpp
@@
-225,7
+225,8
@@
DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
return DIDerivedType(MDNode::get(VMContext, Elts));
}
-DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy, DIType Base) {
+DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy,
+ DIType Base) {
// Pointer types are encoded in DIDerivedType format.
Value *Elts[] = {
GetTagConstant(VMContext, dwarf::DW_TAG_ptr_to_member_type),