[PATCH] D74651: Add IR constructs for inalloca replacement llvm.call.setup
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 09:01:18 PST 2020
aeubanks updated this revision to Diff 247282.
aeubanks added a comment.
Fix typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74651/new/
https://reviews.llvm.org/D74651
Files:
llvm/lib/IR/LLVMContext.cpp
Index: llvm/lib/IR/LLVMContext.cpp
===================================================================
--- llvm/lib/IR/LLVMContext.cpp
+++ llvm/lib/IR/LLVMContext.cpp
@@ -69,7 +69,7 @@
(void)CFGuardTargetEntry;
auto *CallSetupEntry = pImpl->getOrInsertBundleTag("callsetup");
- assert(CFGuardTargetEntry->second == LLVMContext::OB_callsetup &&
+ assert(CallSetupEntry->second == LLVMContext::OB_callsetup &&
"callsetup operand bundle id drifted!");
(void)CallSetupEntry;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74651.247282.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/c6c33d13/attachment.bin>
More information about the llvm-commits
mailing list