Author: Gulfem Savrun Yeniceri Date: 2020-12-16T15:06:23-08:00 New Revision: 8a3c41be94ca95413522cc423578b72f83f3950c
URL: https://github.com/llvm/llvm-project/commit/8a3c41be94ca95413522cc423578b72f83f3950c DIFF: https://github.com/llvm/llvm-project/commit/8a3c41be94ca95413522cc423578b72f83f3950c.diff LOG: [IR] Fixed the typo in attributes test Fixed the typo introduced in D90275. Differential Revision: https://reviews.llvm.org/D93420 Added: Modified: llvm/test/Bitcode/attributes.ll Removed: ################################################################################ diff --git a/llvm/test/Bitcode/attributes.ll b/llvm/test/Bitcode/attributes.ll index 36c9ff7ca391..7db9dbe8f89e 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 } _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits