This reverts commit e77624a3be.
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
|
|
}
|
|
|