mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-18 21:24:32 -04:00
598198edbc
The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358552 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
134 B
LLVM
7 lines
134 B
LLVM
; RUN: opt < %s -ipconstprop -disable-output
|
|
define internal void @foo(i32 %X) {
|
|
call void @foo( i32 %X )
|
|
ret void
|
|
}
|
|
|