summaryrefslogtreecommitdiff
path: root/lib/IR
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-02 22:55:52 +0000
committerEric Christopher <echristo@gmail.com>2013-04-02 22:55:52 +0000
commitcf0623bba4abb8612a61229e672ac8ea8ed20c4e (patch)
tree4f83078de37813898a186f17680c225d64dc2d07 /lib/IR
parentc227c4675e7395342182492e99c0696c5d9997af (diff)
downloadllvm-cf0623bba4abb8612a61229e672ac8ea8ed20c4e.tar.gz
llvm-cf0623bba4abb8612a61229e672ac8ea8ed20c4e.tar.bz2
llvm-cf0623bba4abb8612a61229e672ac8ea8ed20c4e.tar.xz
Reformat arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR')
-rw-r--r--lib/IR/DIBuilder.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/IR/DIBuilder.cpp b/lib/IR/DIBuilder.cpp
index 0d18bed001..7890b7ff47 100644
--- a/lib/IR/DIBuilder.cpp
+++ b/lib/IR/DIBuilder.cpp
@@ -548,10 +548,12 @@ DICompositeType DIBuilder::createStructType(DIDescriptor Context,
}
/// createUnionType - Create debugging information entry for an union.
-DICompositeType DIBuilder::createUnionType(
- DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
- uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIArray Elements,
- unsigned RunTimeLang) {
+DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name,
+ DIFile File, unsigned LineNumber,
+ uint64_t SizeInBits,
+ uint64_t AlignInBits, unsigned Flags,
+ DIArray Elements,
+ unsigned RunTimeLang) {
// TAG_union_type is encoded in DICompositeType format.
Value *Elts[] = {
GetTagConstant(VMContext, dwarf::DW_TAG_union_type),