1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

New bug distilled from aha program

llvm-svn: 6122
This commit is contained in:
Chris Lattner 2003-05-12 15:06:20 +00:00
parent 8b8e1625e1
commit cf7a39ff76

View File

@ -0,0 +1,5 @@
; RUN: as < %s | dis | grep -- -2147483648
int %foo() {
ret int -2147483648
}