diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2011-10-14 18:54:13 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2011-10-14 18:54:13 +0000 |
| commit | 4903379088ad5cfaa457ba04731434bb09bf05fb (patch) | |
| tree | a3430c014f7b2a3da49c0806e6aab400d0a598a6 /llvm/lib/Target | |
| parent | b89514a9b84ae625a1cfca1e4dfdf4542c61cee5 (diff) | |
| download | bcm5719-llvm-4903379088ad5cfaa457ba04731434bb09bf05fb.tar.gz bcm5719-llvm-4903379088ad5cfaa457ba04731434bb09bf05fb.zip | |
initial test commit (remove whitespace)
llvm-svn: 141972
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPC.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td index aabf494012e..2d5d302728f 100644 --- a/llvm/lib/Target/PowerPC/PPC.td +++ b/llvm/lib/Target/PowerPC/PPC.td @@ -43,9 +43,9 @@ def FeatureAltivec : SubtargetFeature<"altivec","HasAltivec", "true", def FeatureGPUL : SubtargetFeature<"gpul","IsGigaProcessor", "true", "Enable GPUL instructions">; def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true", - "Enable the fsqrt instruction">; + "Enable the fsqrt instruction">; def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true", - "Enable the stfiwx instruction">; + "Enable the stfiwx instruction">; //===----------------------------------------------------------------------===// // Register File Description |

