mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Silence GCC warning about dropping off a non-void function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92d8cc6362
commit
b52677c0ad
@ -219,6 +219,7 @@ namespace {
|
|||||||
case IC_None:
|
case IC_None:
|
||||||
return OS << "IC_None";
|
return OS << "IC_None";
|
||||||
}
|
}
|
||||||
|
llvm_unreachable("Unknown instruction class!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user