mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 06:06:52 +00:00
Silence GCC warning about dropping off a non-void function.
llvm-svn: 172839
This commit is contained in:
parent
9f18b39611
commit
3fc02ad019
@ -219,6 +219,7 @@ namespace {
|
||||
case IC_None:
|
||||
return OS << "IC_None";
|
||||
}
|
||||
llvm_unreachable("Unknown instruction class!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user