summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/IR/CallSite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/CallSite.h b/llvm/include/llvm/IR/CallSite.h
index 96fbebf42c3..01fee548f0d 100644
--- a/llvm/include/llvm/IR/CallSite.h
+++ b/llvm/include/llvm/IR/CallSite.h
@@ -488,7 +488,7 @@ public:
CALLSITE_DELEGATE_GETTER(cannotDuplicate());
}
void setCannotDuplicate() {
- CALLSITE_DELEGATE_GETTER(setCannotDuplicate());
+ CALLSITE_DELEGATE_SETTER(setCannotDuplicate());
}
/// Determine if the call is convergent.
OpenPOWER on IntegriCloud