initial test commit (remove whitespace)
authorHal Finkel <hfinkel@anl.gov>
Fri, 14 Oct 2011 18:54:13 +0000 (18:54 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 14 Oct 2011 18:54:13 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141972 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC.td

index aabf494012e25dc4fc271ffe6f55b380f0d7b5b9..2d5d302728f73c1a6de567b899566ae98c40b575 100644 (file)
@@ -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