summaryrefslogtreecommitdiff
path: root/test/Integer/a7.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/a7.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/a7.ll')
-rw-r--r--test/Integer/a7.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Integer/a7.ll b/test/Integer/a7.ll
index 294db18845..1edb35f910 100644
--- a/test/Integer/a7.ll
+++ b/test/Integer/a7.ll
@@ -16,9 +16,7 @@
@h = constant i7 shl(i7 1 , i7 7)
@i = constant i7 shl(i7 1 , i7 6)
@j = constant i7 lshr(i7 127 , i7 6)
-@k = constant i7 lshr(i7 127 , i7 7)
@l = constant i7 ashr(i7 127 , i7 6)
-@m = constant i7 ashr(i7 127 , i7 7)
@m2= constant i7 ashr(i7 -1 , i7 3)
@n = constant i7 mul(i7 127, i7 2)