initial test commit (remove whitespace)

llvm-svn: 141972
This commit is contained in:
Hal Finkel 2011-10-14 18:54:13 +00:00
parent b89514a9b8
commit 4903379088
1 changed files with 2 additions and 2 deletions

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