summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2017-12-09 08:01:28 +0000
committerDylan McKay <me@dylanmckay.io>2017-12-09 08:01:28 +0000
commitba23343a45c7c381ac2beec443df18274728dfb1 (patch)
treeac1bea63ab1d95624ef954ede61a34495a19d6bf /llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
parentf7e8ec13480c4e172dc2c2fce3aead9be3589b58 (diff)
downloadbcm5719-llvm-ba23343a45c7c381ac2beec443df18274728dfb1.tar.gz
bcm5719-llvm-ba23343a45c7c381ac2beec443df18274728dfb1.zip
Revert and accidentally committed revert commit
This reverts commit r320245. llvm-svn: 320247
Diffstat (limited to 'llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp')
-rw-r--r--llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp b/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
index 01a09610118..4016773e9b4 100644
--- a/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
+++ b/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
@@ -422,8 +422,9 @@ MCFixupKindInfo const &AVRAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
{"fixup_8_hi8", 0, 8, 0},
{"fixup_8_hlo8", 0, 8, 0},
- {"fixup_sym_diff", 0, 32, 0},
- {"fixup_16_ldst", 0, 16, 0},
+ {"fixup_diff8", 0, 8, 0},
+ {"fixup_diff16", 0, 16, 0},
+ {"fixup_diff32", 0, 32, 0},
{"fixup_lds_sts_16", 0, 16, 0},
OpenPOWER on IntegriCloud