New testcase

llvm-svn: 9578
This commit is contained in:
Chris Lattner 2003-10-29 05:51:03 +00:00
parent 65c88653cf
commit f070b05728

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep -C 2 foo | grep bar
%foo = constant int 6
%bar = constant int 6
implementation