[llvm-commits] [llvm] r141972 - /llvm/trunk/lib/Target/PowerPC/PPC.td

Hal Finkel hfinkel at anl.gov
Fri Oct 14 11:54:13 PDT 2011


Author: hfinkel
Date: Fri Oct 14 13:54:13 2011
New Revision: 141972

URL: http://llvm.org/viewvc/llvm-project?rev=141972&view=rev
Log:
initial test commit (remove whitespace)

Modified:
    llvm/trunk/lib/Target/PowerPC/PPC.td

Modified: llvm/trunk/lib/Target/PowerPC/PPC.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPC.td?rev=141972&r1=141971&r2=141972&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.td Fri Oct 14 13:54:13 2011
@@ -43,9 +43,9 @@
 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





More information about the llvm-commits mailing list