diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/early-inline.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/early-inline.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/early-inline.ll b/llvm/test/CodeGen/AMDGPU/early-inline.ll index 8d1d7642d5f..db397d9e11b 100644 --- a/llvm/test/CodeGen/AMDGPU/early-inline.ll +++ b/llvm/test/CodeGen/AMDGPU/early-inline.ll @@ -1,5 +1,8 @@ ; RUN: opt -mtriple=amdgcn-- -O1 -S -inline-threshold=1 -amdgpu-early-inline-all %s | FileCheck %s +; CHECK: @c_alias +@c_alias = alias i32 (i32), i32 (i32)* @callee + define i32 @callee(i32 %x) { entry: %mul1 = mul i32 %x, %x |