mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 10:27:09 +00:00
NFC ProgrammersManual fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
feb16c84dc
commit
797e9cdb75
@ -149,7 +149,7 @@ rarely have to include this file directly).
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
if (AllocationInst *AI = dyn_cast<AllocationInst>(Val)) {
|
||||
if (auto *AI = dyn_cast<AllocationInst>(Val)) {
|
||||
// ...
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user