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/a15.ll.out b/test/Integer/a15.ll.out
index 006bc20..69d3a1a 100644
--- a/test/Integer/a15.ll.out
+++ b/test/Integer/a15.ll.out
@@ -5,7 +5,7 @@
@e = constant i15 -1 ; <i15*> [#uses=0]
@f = constant i15 1 ; <i15*> [#uses=0]
@g = constant i15 3 ; <i15*> [#uses=0]
-@h = constant i15 0 ; <i15*> [#uses=0]
+@h = constant i15 undef ; <i15*> [#uses=0]
@i = constant i15 -16384 ; <i15*> [#uses=0]
@j = constant i15 1 ; <i15*> [#uses=0]
@l = constant i15 -1 ; <i15*> [#uses=0]