[llvm-commits] [llvm] r109042 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
Jim Grosbach
grosbach at apple.com
Wed Jul 21 15:04:53 PDT 2010
Author: grosbach
Date: Wed Jul 21 17:04:53 2010
New Revision: 109042
URL: http://llvm.org/viewvc/llvm-project?rev=109042&view=rev
Log:
tidy up
Modified:
llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmPrinter.h?rev=109042&r1=109041&r2=109042&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Wed Jul 21 17:04:53 2010
@@ -296,7 +296,7 @@
MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
- //===------------------------------------------------------------------===//
+ //===------------------------------------------------------------------===//
// Emission Helper Routines.
//===------------------------------------------------------------------===//
public:
More information about the llvm-commits
mailing list