From 8a3c41be94ca95413522cc423578b72f83f3950c Mon Sep 17 00:00:00 2001 From: Gulfem Savrun Yeniceri Date: Wed, 16 Dec 2020 15:05:35 -0800 Subject: [PATCH] [IR] Fixed the typo in attributes test Fixed the typo introduced in D90275. Differential Revision: https://reviews.llvm.org/D93420 --- llvm/test/Bitcode/attributes.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Bitcode/attributes.ll b/llvm/test/Bitcode/attributes.ll index 36c9ff7..7db9dbe 100644 --- a/llvm/test/Bitcode/attributes.ll +++ b/llvm/test/Bitcode/attributes.ll @@ -404,8 +404,8 @@ define void @f68() mustprogress ret void } -; CHECK; define void @f69() #43 -define void @f70() nocallback +; CHECK; define void @f69() #42 +define void @f69() nocallback { ret void } -- 2.7.4