summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreSubtarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreSubtarget.cpp')
-rw-r--r--llvm/lib/Target/XCore/XCoreSubtarget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/XCore/XCoreSubtarget.cpp b/llvm/lib/Target/XCore/XCoreSubtarget.cpp
index 2b2f9f17917..78a6fa5b2ed 100644
--- a/llvm/lib/Target/XCore/XCoreSubtarget.cpp
+++ b/llvm/lib/Target/XCore/XCoreSubtarget.cpp
@@ -13,14 +13,8 @@
#include "XCoreSubtarget.h"
#include "XCore.h"
-#include "XCoreGenSubtarget.inc"
using namespace llvm;
XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &FS)
- : IsXS1B(false)
{
- std::string CPU = "xs1b-generic";
-
- // Parse features string.
- ParseSubtargetFeatures(FS, CPU);
}
OpenPOWER on IntegriCloud