[llvm] r344137 - [llvm-exegesis][NFC] Fix typo

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 05:58:41 PDT 2018


Author: gchatelet
Date: Wed Oct 10 05:58:40 2018
New Revision: 344137

URL: http://llvm.org/viewvc/llvm-project?rev=344137&view=rev
Log:
[llvm-exegesis][NFC] Fix typo

Reviewers: courbet

Subscribers: tschuett, llvm-commits

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

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

Modified: llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp?rev=344137&r1=344136&r2=344137&view=diff
==============================================================================
--- llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp (original)
+++ llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp Wed Oct 10 05:58:40 2018
@@ -175,7 +175,7 @@ TEST_F(UopsSnippetGeneratorTest, SerialI
 }
 
 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




More information about the llvm-commits mailing list