Skip to content

Commit 1edc386

Browse files
committed
Test no ALU32
1 parent fae3111 commit 1edc386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SBF/SBFTargetFeatures.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def : Proc<"v2", [FeatureDynamicFrames, FeatureDisableLddw,
7272
FeatureNewMemEncoding, FeatureCallxRegSrc, FeaturePqrInstr, FeatureExplicitSext,
7373
FeatureDisableNeg, FeatureReverseSubImm, ALU32]>;
7474

75-
def : Proc<"v3", [ALU32, FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
75+
def : Proc<"v3", [FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
7676
FeatureDynamicFramesV3, FeatureCallxRegDst]>;
7777

78-
def : Proc<"v4", [ALU32, FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
78+
def : Proc<"v4", [FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
7979
FeatureDynamicFramesV3, FeatureCallxRegDst]>;

0 commit comments

Comments
 (0)