summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-07 22:05:31 +0000
committerChris Lattner <sabre@nondot.org>2005-01-07 22:05:31 +0000
commit9cd87dbccbbda47e42d5ca27effdf62c86bee9e5 (patch)
tree47759fb66a3acdcb06d146822c9317a12f19ffe3 /test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
parent7cc4777a263f6a52877d29201311fde5f6edb632 (diff)
downloadllvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.gz
llvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.bz2
llvm-9cd87dbccbbda47e42d5ca27effdf62c86bee9e5.tar.xz
Cleanup a bunch of tests. In particular do not allow target directives in
the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir, so there is no use in doing that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2003-07-08-BadCastToBool.ll')
-rw-r--r--test/CodeGen/Generic/2003-07-08-BadCastToBool.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll b/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
index b51105a0b1..52932c23b9 100644
--- a/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
+++ b/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
@@ -10,21 +10,6 @@
;; (2) (A or NOT(B)) was being folded into A orn B, which is ok
;; for bitwise operations but not booleans! For booleans,
;; the result has to be compared with 0.
-;;
-;; LLC Output for the basic block (LLVM assembly is shown below):
-;;
-;; .L_adj_7_LL_4:
-;; sethi 0, %i0
-;; subcc %i1, 2, %g0
-;; move %icc, 1, %i0
-;; orn %i0, %i1, %i0
-;; ba .L_adj_7_LL_5
-;; nop
-;;
-
-
-target endian = big
-target pointersize = 64
%.str_1 = internal constant [30 x sbyte] c"d = %d, ct = %d, d ^ ct = %d\0A\00"