diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/half.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/half.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/half.ll b/llvm/test/CodeGen/R600/half.ll index 6ad9b2f4024..cb7a94a0b85 100644 --- a/llvm/test/CodeGen/R600/half.ll +++ b/llvm/test/CodeGen/R600/half.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s +; RUN: llc < %s -march=amdgcn -mcpu=SI | FileCheck %s define void @test_load_store(half addrspace(1)* %in, half addrspace(1)* %out) { ; CHECK-LABEL: {{^}}test_load_store: |