summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-01-28 04:41:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-01-28 04:41:32 +0000
commit628a7a0aefed8192d96e8958b0c396a83f21bff2 (patch)
tree13d41773ce5a2ba2e51a2da2afc04aade7b18776 /llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll
parent21c38f261f2f6751b815992c6a33f6ef33f607ef (diff)
downloadbcm5719-llvm-628a7a0aefed8192d96e8958b0c396a83f21bff2.tar.gz
bcm5719-llvm-628a7a0aefed8192d96e8958b0c396a83f21bff2.zip
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported features"
It broke layering violation in LLVMIR. clang r258950 "Add backend dignostic printer for unsupported features" llvm r258951 "Refactor backend diagnostics for unsupported features" llvm-svn: 259016
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll b/llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll
index cb5d73fb0d8..fb51bc0e50c 100644
--- a/llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll
+++ b/llvm/test/CodeGen/AMDGPU/lds-zero-initializer.ll
@@ -1,7 +1,7 @@
; RUN: not llc -march=amdgcn -mcpu=SI < %s 2>&1 | FileCheck %s
; RUN: not llc -march=amdgcn -mcpu=tonga < %s 2>&1 | FileCheck %s
-; CHECK: in function load_zeroinit_lds_global{{.*}}: unsupported initializer for address space
+; CHECK: error: unsupported initializer for address space in load_zeroinit_lds_global
@lds = addrspace(3) global [256 x i32] zeroinitializer
OpenPOWER on IntegriCloud