diff options
author | Guillaume Chatelet <gchatelet@google.com> | 2018-10-10 12:58:40 +0000 |
---|---|---|
committer | Guillaume Chatelet <gchatelet@google.com> | 2018-10-10 12:58:40 +0000 |
commit | 5dab6ad08e0bc25118631926552319ed257527db (patch) | |
tree | d5539419a6cc90020f8d0f50a45999f2a9061db6 /llvm/unittests/tools/llvm-exegesis | |
parent | 53a503f6acea837b87ea374bdbebb24981eda6bf (diff) | |
download | bcm5719-llvm-5dab6ad08e0bc25118631926552319ed257527db.tar.gz bcm5719-llvm-5dab6ad08e0bc25118631926552319ed257527db.zip |
[llvm-exegesis][NFC] Fix typo
Reviewers: courbet
Subscribers: tschuett, llvm-commits
Differential Revision: https://reviews.llvm.org/D53075
llvm-svn: 344137
Diffstat (limited to 'llvm/unittests/tools/llvm-exegesis')
-rw-r--r-- | llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp b/llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp index 0dddb81a028..9685c730b8b 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 |