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:
parent
6f0c76740b
commit
a298e1cae7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user