We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03373fd commit 7e30ce9Copy full SHA for 7e30ce9
llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
@@ -173,7 +173,7 @@ bool checkRegister(const ThumbRelocation &R, HalfWords Reg) {
173
}
174
175
template <EdgeKind_aarch32 Kind>
176
-bool writeRegister(WritableThumbRelocation &R, HalfWords Reg) {
+void writeRegister(WritableThumbRelocation &R, HalfWords Reg) {
177
static constexpr HalfWords Mask = FixupInfo<Kind>::RegMask;
178
assert((Mask.Hi & Reg.Hi) == Reg.Hi && (Mask.Hi & Reg.Hi) == Reg.Hi &&
179
"Value bits exceed bit range of given mask");
0 commit comments