commit | cbb9812d0df6b64d42c3b2687c877050612a7129 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 10 16:26:13 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 10 16:26:13 2004 +0000 |
tree | fb933ab2cde4e3455eece70510d85c6b89911f7b | |
parent | 3de98483306cbf59bbaaa03bec12a5c49e22fb15 [diff] |
bling bling! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16873 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 48c5061..f1c57df 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -41,7 +41,7 @@ // Register the targets RegisterTarget<PPC32TargetMachine> - X("ppc32", " PowerPC 32-bit (experimental)"); + X("ppc32", " PowerPC 32-bit"); #if 0 RegisterTarget<PPC64TargetMachine>