[llvm-commits] [llvm] r80208 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Bill Wendling isanbard at gmail.com
Wed Aug 26 22:35:28 PDT 2009


Author: void
Date: Thu Aug 27 00:35:28 2009
New Revision: 80208

URL: http://llvm.org/viewvc/llvm-project?rev=80208&view=rev
Log:
Revert accidental commit.

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=80208&r1=80207&r2=80208&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Thu Aug 27 00:35:28 2009
@@ -268,8 +268,6 @@
     void EOL() const;
     void EOL(const std::string &Comment) const;
     void EOL(const char* Comment) const;
-    void EOL(const std::string &Comment, unsigned DatFormat) const;
-    void EOL(const char* Comment, unsigned DataFormat) const;
     
     /// EmitULEB128Bytes - Emit an assembler byte data directive to compose an
     /// unsigned leb128 value.





More information about the llvm-commits mailing list