mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
563ba88392
llvm-svn: 8558
12 lines
167 B
LLVM
12 lines
167 B
LLVM
; This testcase causes instcombine to hang.
|
|
;
|
|
; RUN: llvm-as < %s | opt -instcombine
|
|
|
|
implementation
|
|
|
|
void "test"(int %X)
|
|
begin
|
|
%reg117 = add int %X, 0
|
|
ret void
|
|
end
|