OSDN Git Service

Avoid aborting on invalid shift counts.
authorDan Gohman <gohman@apple.com>
Tue, 26 Feb 2008 18:50:50 +0000 (18:50 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 26 Feb 2008 18:50:50 +0000 (18:50 +0000)
commitd4cf992230a6cc4d76022c5d47dbd23115bdec44
tree240857c07aaf8c71ead7758b12c8a6c310366f63
parent814ebd77b015c9e95afa6be74cb7e7a636baa7f4
Avoid aborting on invalid shift counts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47612 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/invalid-shift-immediate.ll [new file with mode: 0644]