diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll b/llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll index 05f1d59..2fbf2e2a 100644 --- a/llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll +++ b/llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 < %s | FileCheck %s ; Check that we do not assume any default stack size for PAL code object ; indirect calls. The driver knows the max recursion depth, so it can compute |