diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-22 18:50:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-22 18:50:15 +0000 |
commit | 9faa5b7a9a8f2c6754a42f87f834c05c213665d9 (patch) | |
tree | 6b142016451bf1056bd8bee36cf82815bb78acdc /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
parent | 13a19453d2575447e50f0f9ab4e8282aea23026f (diff) | |
download | bcm5719-llvm-9faa5b7a9a8f2c6754a42f87f834c05c213665d9.tar.gz bcm5719-llvm-9faa5b7a9a8f2c6754a42f87f834c05c213665d9.zip |
BuildSDIV and BuildUDIV only work for i32/i64, but they don't check that
the input is that type, this caused a failure on gs on X86 last night.
Move the hard checks into Build[US]Div since that is where decisions like
this should be made.
llvm-svn: 23881
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
0 files changed, 0 insertions, 0 deletions