From fdebc38523b397743973ff6a2d2e93b112dd96e5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 17 Jan 2012 04:43:56 +0000 Subject: Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148284 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Instruction.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/VMCore/Instruction.cpp') diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp index 8c8fbf9acd..e0e07099c5 100644 --- a/lib/VMCore/Instruction.cpp +++ b/lib/VMCore/Instruction.cpp @@ -166,8 +166,6 @@ const char *Instruction::getOpcodeName(unsigned OpCode) { default: return " "; } - - return 0; } /// isIdenticalTo - Return true if the specified instruction is exactly -- cgit v1.2.3