1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

initial test commit (remove whitespace)

llvm-svn: 141972
This commit is contained in:
Hal Finkel 2011-10-14 18:54:13 +00:00
parent 6f0c76740b
commit a298e1cae7

View 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