From: Jim Grosbach Date: Wed, 21 Jul 2010 22:04:53 +0000 (+0000) Subject: tidy up X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6215109cd967190a3d005d1e2e284cd51e45eadc;p=oota-llvm.git tidy up git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 7ca6c6257f2..36fb68b52d4 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -296,7 +296,7 @@ namespace llvm { MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const; MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const; - //===------------------------------------------------------------------===// + //===------------------------------------------------------------------===// // Emission Helper Routines. //===------------------------------------------------------------------===// public: