mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
7f5ef2d7a5
llvm-svn: 32115
8 lines
156 B
LLVM
8 lines
156 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -constmerge | llvm-dis | %prcontext foo 2 | grep bar
|
|
|
|
%foo = constant int 6
|
|
%bar = constant int 6
|
|
|
|
implementation
|
|
|