summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-19 09:28:34 +0000
committerEric Christopher <echristo@gmail.com>2013-11-19 09:28:34 +0000
commit4d06b6d28fc329f2275ca082e995dfbc9a619255 (patch)
tree31757e4e705c3069df73639f5ddee5c736cbcd21 /lib/CodeGen/AsmPrinter/DIE.h
parent5efc006438c9d192c20c796e409c61e0650335e0 (diff)
downloadllvm-4d06b6d28fc329f2275ca082e995dfbc9a619255.tar.gz
llvm-4d06b6d28fc329f2275ca082e995dfbc9a619255.tar.bz2
llvm-4d06b6d28fc329f2275ca082e995dfbc9a619255.tar.xz
Formatting and 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index f4fa326ef6..28a2e8e38a 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -172,8 +172,8 @@ namespace llvm {
Child->Parent = this;
}
- /// findAttribute - Find a value in the DIE with the attribute given, returns NULL
- /// if no such attribute exists.
+ /// findAttribute - Find a value in the DIE with the attribute given,
+ /// returns NULL if no such attribute exists.
DIEValue *findAttribute(uint16_t Attribute);
#ifndef NDEBUG