[llvm] 8bc08c5 - [lldb] Update UUID after https://reviews.llvm.org/D99978.
Alexander Belyaev via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 9 01:03:54 PDT 2021
Author: Alexander Belyaev
Date: 2021-04-09T10:03:20+02:00
New Revision: 8bc08c55179f81d79e54d1033355faf0471ef081
URL: https://github.com/llvm/llvm-project/commit/8bc08c55179f81d79e54d1033355faf0471ef081
DIFF: https://github.com/llvm/llvm-project/commit/8bc08c55179f81d79e54d1033355faf0471ef081.diff
LOG: [lldb] Update UUID after https://reviews.llvm.org/D99978.
Added:
Modified:
llvm/test/Feature/OperandBundles/function-attrs.ll
Removed:
################################################################################
diff --git a/llvm/test/Feature/OperandBundles/function-attrs.ll b/llvm/test/Feature/OperandBundles/function-attrs.ll
index 94f21bdffb244..6b66c1a9bc806 100644
--- a/llvm/test/Feature/OperandBundles/function-attrs.ll
+++ b/llvm/test/Feature/OperandBundles/function-attrs.ll
@@ -16,7 +16,7 @@ define void @test_0(i32* %x) {
define void @test_1(i32* %x) {
; FunctionAttrs must not infer readonly / readnone for %x
-; CHECK-LABEL: define void @test_1(i32* %x) #2 {
+; CHECK-LABEL: define void @test_1(i32* %x) #3 {
entry:
; CHECK: call void @f_readnone() [ "foo"(i32* %x) ]
call void @f_readnone() [ "foo"(i32* %x) ]
More information about the llvm-commits
mailing list