blob: 284831183d0d18dc41c8bb3682a7ff70ace1b0eb [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep { bitcast (}
2
3%.Base64_1 = external constant [4 x sbyte]
4
5ubyte %test(sbyte %Y) { ; No predecessors!
6 %X = cast sbyte %Y to ubyte ; <ubyte> [#uses=1]
7 %tmp.13 = add ubyte %X, cast (sbyte sub (sbyte 0, sbyte cast ([4 x sbyte]* %.Base64_1 to sbyte)) to ubyte) ; <ubyte> [#uses=1]
8 ret ubyte %tmp.13
9}
10