mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
49caf50ce0
llvm-svn: 15427
8 lines
141 B
LLVM
8 lines
141 B
LLVM
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | %prcontext foo 2 | grep bar
|
|
|
|
%foo = constant int 6
|
|
%bar = constant int 6
|
|
|
|
implementation
|
|
|