From 8bc08c55179f81d79e54d1033355faf0471ef081 Mon Sep 17 00:00:00 2001 From: Alexander Belyaev Date: Fri, 9 Apr 2021 10:01:50 +0200 Subject: [PATCH] [lldb] Update UUID after https://reviews.llvm.org/D99978. --- llvm/test/Feature/OperandBundles/function-attrs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Feature/OperandBundles/function-attrs.ll b/llvm/test/Feature/OperandBundles/function-attrs.ll index 94f21bdf..6b66c1a 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) ] -- 2.7.4