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)
commitd06c165bb20ab669d6f94c3207d57dcd9b5cb7ed
treea8ea551efc8eedc0bc98aa72bf0443a3f36ee733
parent545a9b0f51d105041b472f8649a8179550576c72
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`.

llvm-svn: 223617
llvm/unittests/IR/MetadataTest.cpp