Skip to content
  1. Nov 03, 2010
    • 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
  2. Nov 02, 2010
  3. Nov 01, 2010
Loading