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
diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out
index 77a2a23..7d25d4a 100644
--- a/test/Integer/a9.ll.out
+++ b/test/Integer/a9.ll.out
@@ -5,7 +5,7 @@
 @e = constant i9 -1		; <i9*> [#uses=0]
 @f = constant i9 1		; <i9*> [#uses=0]
 @g = constant i9 3		; <i9*> [#uses=0]
-@h = constant i9 0		; <i9*> [#uses=0]
+@h = constant i9 undef		; <i9*> [#uses=0]
 @i = constant i9 -256		; <i9*> [#uses=0]
 @j = constant i9 1		; <i9*> [#uses=0]
 @l = constant i9 -1		; <i9*> [#uses=0]