[llvm-commits] [llvm] r77805 - /llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h

Chris Lattner sabre at nondot.org
Sat Aug 1 14:21:43 PDT 2009


Author: lattner
Date: Sat Aug  1 16:21:43 2009
New Revision: 77805

URL: http://llvm.org/viewvc/llvm-project?rev=77805&view=rev
Log:
with the previous refactoring, fixme fixed!

Modified:
    llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h

Modified: llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h?rev=77805&r1=77804&r2=77805&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h Sat Aug  1 16:21:43 2009
@@ -127,9 +127,6 @@
   
 public:
   
-  // FIXME: REMOVE.
-  Kind getKind() const { return K; }
-
   bool isMetadata() const { return K == Metadata; }
   bool isText() const { return K == Text; }
   





More information about the llvm-commits mailing list