OSDN Git Service

Use a switch statement instead of a bunch of if-else checks and pull out the common...
authorCraig Topper <craig.topper@gmail.com>
Thu, 23 Aug 2012 04:57:36 +0000 (04:57 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 23 Aug 2012 04:57:36 +0000 (04:57 +0000)
commit8a5bc5ad905bd4e5c0705fdcb0736316af6fdbe1
tree94d523855a7222f8dcdeacb906f864a286a0c892
parent71eab96bfd4d57a14105324cc0e0cac8eb3f7c8e
Use a switch statement instead of a bunch of if-else checks and pull out the common function call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162428 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp