forked from OSchip/llvm-project
[llvm-exegesis][NFC] Fix typo
Reviewers: courbet Subscribers: tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D53075 llvm-svn: 344137
This commit is contained in:
parent
53a503f6ac
commit
5dab6ad08e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue