[llvm] r226516 - Remove dead code, NFC
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jan 19 14:45:41 PST 2015
Author: dexonsmith
Date: Mon Jan 19 16:45:41 2015
New Revision: 226516
URL: http://llvm.org/viewvc/llvm-project?rev=226516&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=226516&r1=226515&r2=226516&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Metadata.h (original)
+++ llvm/trunk/include/llvm/IR/Metadata.h Mon Jan 19 16:45:41 2015
@@ -802,7 +802,6 @@ public:
static MDNode *concatenate(MDNode *A, MDNode *B);
static MDNode *intersect(MDNode *A, MDNode *B);
static MDNode *getMostGenericTBAA(MDNode *A, MDNode *B);
- static AAMDNodes getMostGenericAA(const AAMDNodes &A, const AAMDNodes &B);
static MDNode *getMostGenericFPMath(MDNode *A, MDNode *B);
static MDNode *getMostGenericRange(MDNode *A, MDNode *B);
};
More information about the llvm-commits
mailing list