Fix a FIXME by making GlobalVariable::getInitializer() return a
[oota-llvm.git] / lib / Target / XCore / XCoreSubtarget.h
index 4839351487bbbce01a00d9fab90b1860da3370b2..f8be3ec8618917475818a3ea4b463ff891d39db1 100644 (file)
 namespace llvm {
 
 class XCoreSubtarget : public TargetSubtarget {
-  bool IsXS1A;
-  bool IsXS1B;
 
 public:
   /// This constructor initializes the data members to match that
   /// of the specified triple.
   ///
   XCoreSubtarget(const std::string &TT, const std::string &FS);
-
-  bool isXS1A() const { return IsXS1A; }
-  bool isXS1B() const { return IsXS1B; }
   
   /// ParseSubtargetFeatures - Parses features string setting specified 
   /// subtarget options.  Definition of function is auto generated by tblgen.