IR: Remove reference to ENABLE_MDNODE_UNIQUING
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 7 Dec 2014 19:02:48 +0000 (19:02 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 7 Dec 2014 19:02:48 +0000 (19:02 +0000)
commit6bb158dd344e201f8f3b0bee48997d29f63106d9
tree6b7093f9a1b3a25b7caa094a8eb97135385ff64b
parenta77df65a84ff90be517de5fd13bdec0bede3ce36
IR: Remove reference to ENABLE_MDNODE_UNIQUING

Apparently `MDNode` uniquing used to be optional.  I suppose the
configure flag must have disappeared at some point.  Change the test so
it actually tests uniquing, and remove the check for
`ENABLE_MDNODE_UNIQUING`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223617 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/IR/MetadataTest.cpp