From: Chris Lattner Date: Mon, 6 Sep 2010 23:57:24 +0000 (+0000) Subject: remove duplicated entry X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7d284de955a6a525da556bc85ed7a4ea66c24c2d;p=oota-llvm.git remove duplicated entry git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113188 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/AsmParser/X86AsmParser.cpp b/lib/Target/X86/AsmParser/X86AsmParser.cpp index e20f1e3895a..0c7b9e4245d 100644 --- a/lib/Target/X86/AsmParser/X86AsmParser.cpp +++ b/lib/Target/X86/AsmParser/X86AsmParser.cpp @@ -663,7 +663,6 @@ ParseInstruction(StringRef Name, SMLoc NameLoc, .Case("jpe", "jp") .Case("jpo", "jnp") .Case("cmovcl", "cmovbl") - .Case("cmovcl", "cmovbl") .Case("cmovnal", "cmovbel") .Case("cmovnbl", "cmovael") .Case("cmovnbel", "cmoval")