[llvm-branch-commits] [llvm] 8a3c41b - [IR] Fixed the typo in attributes test
Haowei Wu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 16 15:10:46 PST 2020
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
}
More information about the llvm-branch-commits
mailing list