[llvm] r226493 - Remove dead code, NFC

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Jan 19 11:31:09 PST 2015


Author: dexonsmith
Date: Mon Jan 19 13:31:09 2015
New Revision: 226493

URL: http://llvm.org/viewvc/llvm-project?rev=226493&view=rev
Log:
Remove dead code, NFC

Modified:
    llvm/trunk/include/llvm/IR/Metadata.h

Modified: llvm/trunk/include/llvm/IR/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Metadata.h?rev=226493&r1=226492&r2=226493&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Metadata.h (original)
+++ llvm/trunk/include/llvm/IR/Metadata.h Mon Jan 19 13:31:09 2015
@@ -73,9 +73,6 @@ protected:
   }
   ~Metadata() {}
 
-  /// \brief Store this in a big non-uniqued untyped bucket.
-  bool isStoredDistinctInContext() const { return Storage == Distinct; }
-
   /// \brief Default handling of a changed operand, which asserts.
   ///
   /// If subclasses pass themselves in as owners to a tracking node reference,





More information about the llvm-commits mailing list