mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 19:29:53 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f3c178c48
commit
9d26c790f7
5
test/Assembler/2003-08-21-ConstantExprCast-Fold.llx
Normal file
5
test/Assembler/2003-08-21-ConstantExprCast-Fold.llx
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: as < %s | dis | not grep getelementptr
|
||||
|
||||
%A = external global { float } ; <{ float }*> [#uses=1]
|
||||
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user