mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-18 13:06:17 +00:00
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
|
|
|