Shifting by the bit width now produces undef, not 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-02-27 19:22:36 +00:00
parent 1fa111e8d4
commit 67d2f3a5a0
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
@g = constant i7 3 ; <i7*> [#uses=0]
@r = constant i7 5 ; <i7*> [#uses=0]
@s = constant i7 5 ; <i7*> [#uses=0]
@h = constant i7 0 ; <i7*> [#uses=0]
@h = constant i7 undef ; <i7*> [#uses=0]
@i = constant i7 -64 ; <i7*> [#uses=0]
@j = constant i7 1 ; <i7*> [#uses=0]
@l = constant i7 -1 ; <i7*> [#uses=0]