[PATCH] D53075: [llvm-exegesis][NFC] Fix typo
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 10 05:37:47 PDT 2018
gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, tschuett.
Repository:
rL LLVM
https://reviews.llvm.org/D53075
Files:
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
Index: unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
===================================================================
--- unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
+++ 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.168988.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181010/440fd63f/attachment.bin>
More information about the llvm-commits
mailing list