[PATCH] D53075: [llvm-exegesis][NFC] Fix typo

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 06:00:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344137: [llvm-exegesis][NFC] Fix typo (authored by gchatelet, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D53075

Files:
  llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp


Index: llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
===================================================================
--- llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
+++ llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
@@ -175,7 +175,7 @@
 }
 
 TEST_F(UopsSnippetGeneratorTest, StaticRenaming) {
-  // CMOVA32rr has tied variables, we enumarate the possible values to execute
+  // CMOVA32rr has tied variables, we enumerate the possible values to execute
   // as many in parallel as possible.
 
   // explicit def 0       : reg RegClass=GR32


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53075.168989.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181010/e1f610a2/attachment.bin>


More information about the llvm-commits mailing list