Deleted Added
full compact
23d22
< class Module;
26,27d24
< bool IsXS1A;
< bool IsXS1B;
31c28
< /// of the specified module.
---
> /// of the specified triple.
33,37c30
< XCoreSubtarget(const TargetMachine &TM, const Module &M,
< const std::string &FS);
<
< bool isXS1A() const { return IsXS1A; }
< bool isXS1B() const { return IsXS1B; }
---
> XCoreSubtarget(const std::string &TT, const std::string &FS);