IR: Simplify handleChangedOperand() fast path, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 19:28:28 +0000 (19:28 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 19:28:28 +0000 (19:28 +0000)
commit3d5805685b198eb2b20d5d085ea75f5e03ba7cfd
treef42b10cd483ec972a47ada3811395684207e7555
parentb8f796031fbe4f99cb456c7180bf9f695dd01590
IR: Simplify handleChangedOperand() fast path, NFC

Use `isUniqued()` instead of `isStoredDistinctInContext()`, and remove
an assertion that won't be valid once temporaries are merged back in.

llvm-svn: 226491
llvm/lib/IR/Metadata.cpp