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 00eee2e commit deeb7faCopy full SHA for deeb7fa
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -1546,7 +1546,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
1546
}
1547
1548
static bool isAArch64SVCount(Type *Ty) {
1549
- if (TargetExtType* TTy = dyn_cast<TargetExtType>(Ty))
+ if (TargetExtType *TTy = dyn_cast<TargetExtType>(Ty))
1550
return TTy->getName() == "aarch64.svcount";
1551
return false;
1552
0 commit comments