[PATCH] D93420: [IR] Fixed the typo in attributes test

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 14:31:33 PST 2020


gulfem created this revision.
Herald added a subscriber: jdoerfert.
gulfem requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixed the typo introduced in D90275 <https://reviews.llvm.org/D90275>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93420

Files:
  llvm/test/Bitcode/attributes.ll


Index: llvm/test/Bitcode/attributes.ll
===================================================================
--- llvm/test/Bitcode/attributes.ll
+++ llvm/test/Bitcode/attributes.ll
@@ -404,8 +404,8 @@
   ret void
 }
 
-; CHECK; define void @f69() #43
-define void @f70() nocallback
+; CHECK; define void @f69() #42
+define void @f69() nocallback
 {
   ret void
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93420.312302.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/2d4cb3fb/attachment.bin>


More information about the llvm-commits mailing list