OSDN Git Service

add checking intentionally elided for vfcmp/vicmp since they should really
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 08:09:48 +0000 (08:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 08:09:48 +0000 (08:09 +0000)
commit4a1c4a414ca8ab087dd365eb2e5421ee8535c7ae
tree416ab4c9e5f5bfa9e788aae5ba5f46269e6eb63b
parentd77d04c323f856b07c6e46450e7578dd09c0165f
add checking intentionally elided for vfcmp/vicmp since they should really
just be removed.  However, this fixes PR3281:crash04.ll, diagnosing it with:

lvm-as: crash04.ll:2:13: vfcmp requires vector floating point operands
  vfcmp uno double* undef, undef
            ^

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp