diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-08-31 05:49:54 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-08-31 05:49:54 +0000 |
| commit | 0da6350dc89670f415ac7939d607458b9dfb4089 (patch) | |
| tree | f27cf0a5f8b38d8c35886b7da7432e346f97487a /llvm/test/CodeGen/AMDGPU/alloca.ll | |
| parent | e7ec083f198a828fc0052652d5f051208391d34b (diff) | |
| download | bcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.tar.gz bcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.zip | |
AMDGPU: Remove remnants of old address space mapping
llvm-svn: 341165
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/alloca.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/alloca.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/alloca.ll b/llvm/test/CodeGen/AMDGPU/alloca.ll index fd42e925f3a..58d8d2f4080 100644 --- a/llvm/test/CodeGen/AMDGPU/alloca.ll +++ b/llvm/test/CodeGen/AMDGPU/alloca.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as -data-layout=A5 < %s | llvm-dis | FileCheck %s -; RUN: llc -mtriple amdgcn-amd-amdhsa-amdgiz < %s -; RUN: llvm-as -data-layout=A5 < %s | llc -mtriple amdgcn-amd-amdhsa-amdgiz +; RUN: llc -mtriple amdgcn-amd-amdhsa < %s +; RUN: llvm-as -data-layout=A5 < %s | llc -mtriple amdgcn-amd-amdhsa ; RUN: opt -data-layout=A5 -S < %s ; RUN: llvm-as -data-layout=A5 < %s | opt -S |

