diff options
Diffstat (limited to 'clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp b/clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp index c5cc8818aba..9830a7845e5 100644 --- a/clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp +++ b/clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp @@ -67,7 +67,7 @@ public: void func3() { // CHECK: %[[a:.*]] = alloca %class.A, align 4, addrspace(5) // CHECK: %[[r0:.*]] = addrspacecast %class.A addrspace(5)* %[[a]] to %class.A* - // CHECK: call void @_ZN1AC1Ev(%class.A* noalias %[[r0]]) + // CHECK: call void @_ZN1AC1Ev(%class.A* %[[r0]]) // CHECK: call void @_ZN1AD1Ev(%class.A* %[[r0]]) A a; } |