diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-01-07 22:05:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-01-07 22:05:31 +0000 |
| commit | 924d100bd11fafaeff2b0f83b94c97c56c9254ef (patch) | |
| tree | ae7229779e16d7a8aa5509881a8a3a68dcca6211 /llvm/test/Regression/CodeGen/Generic/2003-07-08-BadCastToBool.ll | |
| parent | 19a83990e1e0d9fb9a1a61e11b95eb04770a4cc9 (diff) | |
| download | bcm5719-llvm-924d100bd11fafaeff2b0f83b94c97c56c9254ef.tar.gz bcm5719-llvm-924d100bd11fafaeff2b0f83b94c97c56c9254ef.zip | |
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.
llvm-svn: 19355
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" |

