aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h b/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
index 40f8ca571f19..1d5550829f93 100644
--- a/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
+++ b/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
@@ -22,6 +22,7 @@ namespace llvm {
class LowerAtomicPass : public PassInfoMixin<LowerAtomicPass> {
public:
PreservedAnalyses run(Function &F, FunctionAnalysisManager &);
+ static bool isRequired() { return true; }
};
}