Skip to content
  • Matt Arsenault's avatar
    Fix confusing machine verifier error. · 23c9274b
    Matt Arsenault authored
    The error reported the number of explicit operands,
    but that isn't what is checked. In my case, this
    resulted in the confusing errors
    
    "Too few operands." followed shortly by
    "8 operands expected, but 8 given."
    
    llvm-svn: 194862
    23c9274b
Loading