llvm-6502/test/Transforms/ConstProp/2007-02-23-sdiv.ll
Chris Lattner 3150642dca testcase for pr1215
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34547 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-24 01:16:39 +00:00

6 lines
101 B
LLVM

; RUN: llvm-as < %s | llvm-dis | grep 'global i32 0'
; PR1215
@G = global i32 sdiv (i32 0, i32 -1)