mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-23 04:05:28 -04:00
6a1f00145f
We need "xgot" flag in the MipsAsmParser to implement correct expansion of some pseudo instructions in case of using 32-bit GOT (XGOT). MipsAsmParser does not have reference to MipsSubtarget but has a reference to "feature bit set". llvm-svn: 372220