summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-17 21:32:47 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-17 21:32:47 +0000
commit01a984023dca90352b338fbb097de2f390f6af07 (patch)
tree587315ae2374cf614d6c6344046e8c4c37c8a535
parent1a4fe8c9918e8d408138b91502db51f53432a49a (diff)
downloadbcm5719-llvm-01a984023dca90352b338fbb097de2f390f6af07.tar.gz
bcm5719-llvm-01a984023dca90352b338fbb097de2f390f6af07.zip
Fix 80 col.
llvm-svn: 122089
-rw-r--r--llvm/include/llvm/Support/PathV1.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/PathV1.h b/llvm/include/llvm/Support/PathV1.h
index 5c0bdeccf06..260deeb4a87 100644
--- a/llvm/include/llvm/Support/PathV1.h
+++ b/llvm/include/llvm/Support/PathV1.h
@@ -304,12 +304,16 @@ namespace sys {
/// This function determines if the path name is absolute, as opposed to
/// relative.
/// @brief Determine if the path is absolute.
- LLVM_ATTRIBUTE_DEPRECATED(bool isAbsolute() const, LLVMV_PATH_DEPRECATED_MSG);
+ LLVM_ATTRIBUTE_DEPRECATED(
+ bool isAbsolute() const,
+ LLVMV_PATH_DEPRECATED_MSG);
/// This function determines if the path name is absolute, as opposed to
/// relative.
/// @brief Determine if the path is absolute.
- LLVM_ATTRIBUTE_DEPRECATED(static bool isAbsolute(const char *NameStart, unsigned NameLen), LLVMV_PATH_DEPRECATED_MSG);
+ LLVM_ATTRIBUTE_DEPRECATED(
+ static bool isAbsolute(const char *NameStart, unsigned NameLen),
+ LLVMV_PATH_DEPRECATED_MSG);
/// This function opens the file associated with the path name provided by
/// the Path object and reads its magic number. If the magic number at the
OpenPOWER on IntegriCloud