summaryrefslogtreecommitdiff
path: root/test/Integer/a33.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-27 02:34:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-27 02:34:02 +0000
commit51c1c0348483c57feacf70f0eaefd752269e4640 (patch)
tree700d6353eaf6edc6358f16a61405656fed0d9f3c /test/Integer/a33.ll
parented570dedad945e1fe9a4bfeaa47276d875f1feed (diff)
downloadllvm-51c1c0348483c57feacf70f0eaefd752269e4640.tar.gz
llvm-51c1c0348483c57feacf70f0eaefd752269e4640.tar.bz2
llvm-51c1c0348483c57feacf70f0eaefd752269e4640.tar.xz
Remove test cases that produce undefined results.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/a33.ll')
-rw-r--r--test/Integer/a33.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Integer/a33.ll b/test/Integer/a33.ll
index 8ef992b1f4..ac9ce7cde9 100644
--- a/test/Integer/a33.ll
+++ b/test/Integer/a33.ll
@@ -13,9 +13,7 @@
@h = constant i33 shl(i33 1 , i33 33)
@i = constant i33 shl(i33 1 , i33 32)
@j = constant i33 lshr(i33 8589934591 , i33 32)
-@k = constant i33 lshr(i33 8589934591 , i33 33)
@l = constant i33 ashr(i33 8589934591 , i33 32)
-@m = constant i33 ashr(i33 8589934591 , i33 33)
@n = constant i33 mul(i33 8589934591, i33 2)
@q = constant i33 sdiv(i33 -1, i33 4294967295)