blob: c84f4dee24871761cc6cdc9139c87f3717009d49 (
plain)
1
2
3
4
5
6
7
|
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt -passes=attributor -aa-pipeline='basic-aa' -attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=1 -disable-output < %s
define internal void @foo(i32 %X) {
call void @foo( i32 %X )
ret void
}
|