aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-30 05:56:52 +0000
committerChris Lattner <sabre@nondot.org>2006-08-30 05:56:52 +0000
commit1b1a49714ef26225a42199cf2930529f31868322 (patch)
treefba6394c8735e8c36b6ebbb4e70a1e8759e04b42 /include
parent52c917190a8094b4e5f6cc0b30e373638268f3a4 (diff)
downloadexternal_llvm-1b1a49714ef26225a42199cf2930529f31868322.zip
external_llvm-1b1a49714ef26225a42199cf2930529f31868322.tar.gz
external_llvm-1b1a49714ef26225a42199cf2930529f31868322.tar.bz2
fix 80 column issue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index deae2e3..2cdbd91 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -135,7 +135,7 @@ public:
}
- //===----------------------------------------------------------------------===//
+ //===--------------------------------------------------------------------===//
// Node creation methods.
//
SDOperand getString(const std::string &Val);