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 | 8ee53e2eb6f669fd69eb146e56c07823cbed99e7 (patch) | |
tree | 86534d0fe126ee3be3bb750384af3be292686c1c /lib/Target/PowerPC/PPC.td | |
parent | ac7caa0d436fa9fe96234c4e009cdacd7cd6b124 (diff) |
initial test commit (remove whitespace)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.td')
-rw-r--r-- | lib/Target/PowerPC/PPC.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td index aabf494012..2d5d302728 100644 --- a/lib/Target/PowerPC/PPC.td +++ b/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 |