testcase for pr1215

llvm-svn: 34547
This commit is contained in:
Chris Lattner 2007-02-24 01:16:39 +00:00
parent c4d8e7e614
commit 3b7c905437
1 changed files with 5 additions and 0 deletions

View File

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