This reverts commit e77624a3be942c7abba48942b3a8da3462070a3f. Looks like some clang tests manually invoke -ipconstprop via opt.....
8 lines
196 B
LLVM
8 lines
196 B
LLVM
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
|
; RUN: opt < %s -ipconstprop -disable-output
|
|
define internal void @foo(i32 %X) {
|
|
call void @foo( i32 %X )
|
|
ret void
|
|
}
|
|
|