Skip to content
  • Chris Lattner's avatar
    Completely reject instructions that have an operand in their · cc5dce89
    Chris Lattner authored
    ins/outs list that isn't specified by their asmstring.  Previously
    the asmmatcher would just force a 0 register into it, which clearly
    isn't right.  Mark a bunch of ARM instructions that use this as 
    isCodeGenOnly.  Some of them are clearly pseudo instructions (like
    t2TBB) others use a weird hasExtraSrcRegAllocReq thing that will
    either need to be removed or the asmmatcher will need to be taught
    about it (someday).
    
    llvm-svn: 118119
    cc5dce89
Loading