OSDN Git Service

AMDGPU: Fix r600 test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 11 Sep 2018 04:39:16 +0000 (04:39 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 11 Sep 2018 04:39:16 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341898 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll

index 273e256..51a9ba3 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt -mtriple=r600-- -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
 
-; CHECK: NoAlias: i8 addrspace(5)* %p, i8 addrspace(7)* %p1
+; CHECK: MayAlias: i8 addrspace(5)* %p, i8 addrspace(7)* %p1
 
 define amdgpu_kernel void @test(i8 addrspace(5)* %p, i8 addrspace(7)* %p1) {
   ret void