mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
New testcase
llvm-svn: 1863
This commit is contained in:
parent
ba4660ff3d
commit
9040562121
@ -0,0 +1,11 @@
|
||||
; This testcase causes instcombine to hang.
|
||||
;
|
||||
; RUN: as < %s | opt -instcombine
|
||||
|
||||
implementation
|
||||
|
||||
void "test"(int %X)
|
||||
begin
|
||||
%reg117 = add int %X, 0
|
||||
ret void
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user