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:
Benjamin Kramer 2013-01-18 19:45:22 +00:00
parent 92d8cc6362
commit b52677c0ad

View File

@ -219,6 +219,7 @@ namespace {
case IC_None:
return OS << "IC_None";
}
llvm_unreachable("Unknown instruction class!");
}
}