Formatting and 80-col.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2013-11-19 09:28:34 +00:00
parent 5efc006438
commit 4d06b6d28f
4 changed files with 21 additions and 15 deletions

View File

@@ -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