about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-pass.so.cc
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-01 18:41:38 +0200
committerhexcoder- <heiko@hexco.de>2021-06-01 18:41:38 +0200
commit96c802fce83fc2fa178207214573f8c9f1995fba (patch)
tree5e0c0f4a586d50535573c1800c52375abb079851 /instrumentation/afl-llvm-pass.so.cc
parent4b964e0a28fc3a2306d890c6fa73ffc1ca2c7c9b (diff)
downloadafl++-96c802fce83fc2fa178207214573f8c9f1995fba.tar.gz
fix stupid typos
Diffstat (limited to 'instrumentation/afl-llvm-pass.so.cc')
-rw-r--r--instrumentation/afl-llvm-pass.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc
index a2de5cb3..6fe34ccd 100644
--- a/instrumentation/afl-llvm-pass.so.cc
+++ b/instrumentation/afl-llvm-pass.so.cc
@@ -680,7 +680,7 @@ bool AFLCoverage::runOnModule(Module &M) {
                                      */
         IRB.CreateAtomicRMW(llvm::AtomicRMWInst::BinOp::Add, MapPtrIdx, One,
 #if LLVM_VERSION_MAJOR >= 13
-                            llvm_MaybeAlign(1),
+                            llvm::MaybeAlign(1),
 #endif
                             llvm::AtomicOrdering::Monotonic);
         /*