summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-16 06:16:50 +0000
committerChris Lattner <sabre@nondot.org>2008-10-16 06:16:50 +0000
commit122c9b1b2249621b7b902706d27a0976716b8d84 (patch)
tree5884ad6add3ab55225aab837bb64ec88bf9e0ee1 /llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
parent232c7929a299db359c25ed43b53cd91c2d3f47fb (diff)
downloadbcm5719-llvm-122c9b1b2249621b7b902706d27a0976716b8d84.tar.gz
bcm5719-llvm-122c9b1b2249621b7b902706d27a0976716b8d84.zip
mark some targets as experimental. Andrew, if you think that Alpha is
basically working, feel free to remove the tag. The other targets have really basic things that break them. llvm-svn: 57628
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
index 54bfc05d126..cb4dd3ea1fa 100644
--- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
+++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
@@ -22,7 +22,7 @@
using namespace llvm;
// Register the targets
-static RegisterTarget<AlphaTargetMachine> X("alpha", "Alpha (incomplete)");
+static RegisterTarget<AlphaTargetMachine> X("alpha", "Alpha [experimental]");
const TargetAsmInfo *AlphaTargetMachine::createTargetAsmInfo() const {
return new AlphaTargetAsmInfo(*this);
OpenPOWER on IntegriCloud