add an assert so that PR2356 explodes instead of running off an
authorChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 16:21:11 +0000 (16:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 16:21:11 +0000 (16:21 +0000)
commit58f15c482a7129c78ca809792b46befa20ea337d
tree309dadc5cff02d4f392b98672ebd99dc512a3a5d
parent86af90d802896eff1cd9e9b85a26990c184e0b7c
add an assert so that PR2356 explodes instead of running off an
array.  Improve some minor comments, refactor some helpers in
AsmOperandInfo.  No functionality change for valid code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57686 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp