aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CFGPrinter.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-12 05:26:37 +0000
committerEric Christopher <echristo@apple.com>2010-07-12 05:26:37 +0000
commit4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944 (patch)
tree899c3864154fd9c912f0fdf5dce2fb55fc33b7f9 /include/llvm/Analysis/CFGPrinter.h
parent32c0a6207bf6c34b5a3b2819176ac265a88a28db (diff)
downloadexternal_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.tar.gz
external_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.tar.bz2
external_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.zip
Remove tab characters and 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/CFGPrinter.h')
-rw-r--r--include/llvm/Analysis/CFGPrinter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/CFGPrinter.h b/include/llvm/Analysis/CFGPrinter.h
index 6ad2e5a5b1..ac8f59602d 100644
--- a/include/llvm/Analysis/CFGPrinter.h
+++ b/include/llvm/Analysis/CFGPrinter.h
@@ -1,4 +1,4 @@
-//===-- CFGPrinter.h - CFG printer external interface ------------*- C++ -*-===//
+//===-- CFGPrinter.h - CFG printer external interface -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -43,8 +43,8 @@ struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
return OS.str();
}
- static std::string getCompleteNodeLabel(const BasicBlock *Node,
- const Function *Graph) {
+ static std::string getCompleteNodeLabel(const BasicBlock *Node,
+ const Function *Graph) {
std::string Str;
raw_string_ostream OS(Str);