1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll

6 lines
230 B
LLVM
Raw Normal View History

2008-02-14 08:57:12 +01:00
; RUN: llvm-as < %s | llvm-dis | not grep getelementptr
; RUN: verify-uselistorder %s
2003-08-21 21:37:46 +02:00
2008-02-14 08:57:12 +01:00
@A = external global { float } ; <{ float }*> [#uses=2]
global i32* bitcast ({ float }* @A to i32*) ; <i32**>:0 [#uses=0]