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 c8639a5 commit 140b240Copy full SHA for 140b240
clang/lib/Basic/Targets/AVR.h
@@ -125,7 +125,7 @@ class LLVM_LIBRARY_VISIBILITY AVRTargetInfo : public TargetInfo {
125
return true;
126
case 'I': // 6-bit positive integer constant
127
// Due to issue https://github.com/llvm/llvm-project/issues/51513, we
128
- // allow value 64 in the frontend and let it be dinied in the backend.
+ // allow value 64 in the frontend and let it be denied in the backend.
129
Info.setRequiresImmediate(0, 64);
130
131
case 'J': // 6-bit negative integer constant
0 commit comments