This change generalizes statepoint verification to use ImmutableCallSite instead of CallInst. This will allow to easily implement invoke statepoint verification (in a following change).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7308
Use ImmutableCallSite for statepoint verification. ClosedPublic Authored by igor-laevsky on Jan 30 2015, 4:52 PM.
Details Summary This change generalizes statepoint verification to use ImmutableCallSite instead of CallInst. This will allow to easily implement invoke statepoint verification (in a following change).
Diff Detail
Event Timelineigor-laevsky updated this object. Closed by commit rL228064: Use ImmutableCallSite for statepoint verification. (authored by reames). · Explain WhyFeb 3 2015, 3:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19277 llvm/trunk/lib/IR/Verifier.cpp
|