diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll b/llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll index b51105a0b19..52932c23b9f 100644 --- a/llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll +++ b/llvm/test/Regression/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" |

