mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 01:15:36 +00:00
initial test commit (remove whitespace)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141972 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac7caa0d43
commit
8ee53e2eb6
@ -43,9 +43,9 @@ def FeatureAltivec : SubtargetFeature<"altivec","HasAltivec", "true",
|
|||||||
def FeatureGPUL : SubtargetFeature<"gpul","IsGigaProcessor", "true",
|
def FeatureGPUL : SubtargetFeature<"gpul","IsGigaProcessor", "true",
|
||||||
"Enable GPUL instructions">;
|
"Enable GPUL instructions">;
|
||||||
def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true",
|
def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true",
|
||||||
"Enable the fsqrt instruction">;
|
"Enable the fsqrt instruction">;
|
||||||
def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true",
|
def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true",
|
||||||
"Enable the stfiwx instruction">;
|
"Enable the stfiwx instruction">;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Register File Description
|
// Register File Description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user