bling bling!
authorChris Lattner <sabre@nondot.org>
Sun, 10 Oct 2004 16:26:13 +0000 (16:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Oct 2004 16:26:13 +0000 (16:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16873 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index 48c50614345f7a08efa9cee2a24c9c847e8a583e..f1c57df1d3b8ddbebbb38a9e6a574178a47be574 100644 (file)
@@ -41,7 +41,7 @@ namespace {
   
   // Register the targets
   RegisterTarget<PPC32TargetMachine> 
-  X("ppc32", "  PowerPC 32-bit (experimental)");
+  X("ppc32", "  PowerPC 32-bit");
 
 #if 0
   RegisterTarget<PPC64TargetMachine>