From 5dab6ad08e0bc25118631926552319ed257527db Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 10 Oct 2018 12:58:40 +0000 Subject: [PATCH] [llvm-exegesis][NFC] Fix typo Reviewers: courbet Subscribers: tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D53075 llvm-svn: 344137 --- llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp b/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp index 0dddb81..9685c73 100644 --- a/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp +++ b/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp @@ -175,7 +175,7 @@ TEST_F(UopsSnippetGeneratorTest, SerialInstruction) { } 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 -- 2.7.4