Rafael Espindola | 41f99d7 | 2018-01-12 17:03:43 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llvm-dis | FileCheck %s |
2 | |||||
3 | @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc | ||||
4 | ; CHECK: @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc | ||||
5 | |||||
6 | define internal i64 @foo_ifunc() { | ||||
7 | entry: | ||||
8 | ret i64 0 | ||||
9 | } |