[WebAssembly] Rename a variable in CFGSort (NFC)
authorHeejin Ahn <aheejin@gmail.com>
Sun, 24 Mar 2019 17:34:40 +0000 (17:34 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Sun, 24 Mar 2019 17:34:40 +0000 (17:34 +0000)
commit803c7782d5c36e4dd7a1260668f0517bff140ae5
treefbee047ea61a757cb4c1c0dbeb808b5dc5c41508
parent07e3071854d0d2ae91119c8143f3a20ce1247365
[WebAssembly] Rename a variable in CFGSort (NFC)

Class `RegionInfo` was `SortUnitInfo` before, so the variables were
named `SUI`. Now the class name is `RegionInfo`, so this renames `SUI`
to `RI`, matching the class name.

llvm-svn: 356861
llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp