mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 03:30:37 +00:00
Fix unused variable warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9dea1d0d01
commit
61df8cd8e2
@ -239,11 +239,6 @@ void Win64Exception::emitCSpecificHandlerTable() {
|
||||
End = createImageRel32(EHFuncEndSym);
|
||||
}
|
||||
|
||||
// These aren't really type info globals, they are actually pointers to
|
||||
// filter functions ordered by selector. The zero selector is used for
|
||||
// cleanups, so slot zero corresponds to selector 1.
|
||||
const std::vector<const GlobalValue *> &SelectorToFilter = MMI->getTypeInfos();
|
||||
|
||||
// Emit an entry for each action.
|
||||
for (SEHHandler Handler : LPad->SEHHandlers) {
|
||||
Asm->OutStreamer.EmitValue(Begin, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user