diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-10-10 16:26:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-10-10 16:26:13 +0000 |
| commit | 3acdb7fa1b641f17d2a8ebb11990a2ae0e08f816 (patch) | |
| tree | d71ba4e3b45f567926f3f570049573ff8fce8b4d /llvm/lib | |
| parent | ed8d767883f60f33f52f2d62237acddc559e6b47 (diff) | |
| download | bcm5719-llvm-3acdb7fa1b641f17d2a8ebb11990a2ae0e08f816.tar.gz bcm5719-llvm-3acdb7fa1b641f17d2a8ebb11990a2ae0e08f816.zip | |
bling bling!
llvm-svn: 16873
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index 48c50614345..f1c57df1d3b 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp @@ -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> |

