diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-19 19:31:09 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-19 19:31:09 +0000 |
| commit | 3aef9b1392a26c8b0a58ff31d2c1e8db2fc85981 (patch) | |
| tree | d7e057a2ed291981d82d4932ba8b11947e263bd8 /llvm | |
| parent | efdf285bbe0c2911c882fe83983b194e0c419470 (diff) | |
| download | bcm5719-llvm-3aef9b1392a26c8b0a58ff31d2c1e8db2fc85981.tar.gz bcm5719-llvm-3aef9b1392a26c8b0a58ff31d2c1e8db2fc85981.zip | |
Remove dead code, NFC
llvm-svn: 226493
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/IR/Metadata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/Metadata.h b/llvm/include/llvm/IR/Metadata.h index 27cacc157c0..05a981d2313 100644 --- a/llvm/include/llvm/IR/Metadata.h +++ b/llvm/include/llvm/IR/Metadata.h @@ -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, |

