[IR] Fixed the typo in attributes test
authorGulfem Savrun Yeniceri <gulfem@google.com>
Wed, 16 Dec 2020 23:05:35 +0000 (15:05 -0800)
committerHaowei Wu <haowei@google.com>
Wed, 16 Dec 2020 23:06:23 +0000 (15:06 -0800)
Fixed the typo introduced in D90275.

Differential Revision: https://reviews.llvm.org/D93420

llvm/test/Bitcode/attributes.ll

index 36c9ff7..7db9dbe 100644 (file)
@@ -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
 }