Skip to content
  • Chris Lattner's avatar
    stength reduce my previous patch a bit. The only instructions · 16ca19ff
    Chris Lattner authored
    that are allowed to have metadata operands are intrinsic calls,
    and the only ones that take metadata currently return void.
    Just reject all void instructions, which should not be value
    numbered anyway.  To future proof things, add an assert to the
    getHashValue impl for calls to check that metadata operands 
    aren't present.
    
    llvm-svn: 122759
    16ca19ff
Loading