Skip to content
  • Chris Lattner's avatar
    Fix two classes of bugs: · 83df45a9
    Chris Lattner authored
      1. x86 backend rejected (&gv+c) for the 'i' constraint when in static mode.
      2. the matcher didn't correctly reject and accept some global addresses.
         the right predicate is GVRequiresExtraLoad, not "relomodel = pic".
    
    llvm-svn: 36670
    83df45a9
Loading