mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
rename *.llx -> *.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
10
test/Assembler/2003-11-12-ConstantExprCast.ll
Normal file
10
test/Assembler/2003-11-12-ConstantExprCast.ll
Normal file
@@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | not grep { bitcast (}
|
||||
|
||||
@.Base64_1 = external constant [4 x i8] ; <[4 x i8]*> [#uses=1]
|
||||
|
||||
define i8 @test(i8 %Y) {
|
||||
%X = bitcast i8 %Y to i8 ; <i8> [#uses=1]
|
||||
%tmp.13 = add i8 %X, sub (i8 0, i8 ptrtoint ([4 x i8]* @.Base64_1 to i8)) ; <i8> [#uses=1]
|
||||
ret i8 %tmp.13
|
||||
}
|
||||
|
Reference in New Issue
Block a user