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

Haowei Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 15:07:01 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a3c41be94ca: [IR] Fixed the typo in attributes test (authored by gulfem, committed by haowei).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93420/new/

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.312310.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/c034f2ea/attachment.bin>


More information about the llvm-commits mailing list