Skip to content

Commit 597c9a6

Browse files
committed
Remove EIJMP for xmega4
1 parent b086501 commit 597c9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AVR/AVRDevices.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def FamilyXMEGA4 : Family<"xmega4",
219219
[FamilyAVR0, FeatureLPM, FeatureIJMPCALL,
220220
FeatureADDSUBIW, FeatureSRAM, FeatureJMPCALL,
221221
FeatureMultiplication, FeatureMOVW, FeatureLPMX,
222-
FeatureEIJMPCALL, FeatureELPM,
222+
FeatureELPM,
223223
FeatureBREAK, FeatureLowByteFirst]>;
224224

225225
def FamilyXMEGA : Family<"xmega",

0 commit comments

Comments
 (0)