mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
testcase for pr1215
llvm-svn: 34547
This commit is contained in:
parent
14217fb105
commit
63ddace902
5
test/Transforms/ConstProp/2007-02-23-sdiv.ll
Normal file
5
test/Transforms/ConstProp/2007-02-23-sdiv.ll
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | grep 'global i32 0'
|
||||
; PR1215
|
||||
|
||||
@G = global i32 sdiv (i32 0, i32 -1)
|
||||
|
Loading…
Reference in New Issue
Block a user