You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
11
external/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
vendored
Normal file
11
external/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
; This test ensures that we get a bitcast constant expression in and out,
|
||||
; not a sitofp constant expression.
|
||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder < %s
|
||||
; CHECK: bitcast (
|
||||
|
||||
@G = external global i32
|
||||
|
||||
define float @tryit(i32 %A) {
|
||||
ret float bitcast( i32 ptrtoint (i32* @G to i32) to float)
|
||||
}
|
Reference in New Issue
Block a user