diff options
Diffstat (limited to 'llvm/tools/bugpoint')
-rw-r--r-- | llvm/tools/bugpoint/Miscompilation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp index b69cbd12003..b1707042b8c 100644 --- a/llvm/tools/bugpoint/Miscompilation.cpp +++ b/llvm/tools/bugpoint/Miscompilation.cpp @@ -425,7 +425,7 @@ static bool ExtractBlocks(BugDriver &BD, MiscompiledFunctions); Module *Extracted = BD.ExtractMappedBlocksFromModule(Blocks, ToExtract); if (Extracted == 0) { - // Wierd, extraction should have worked. + // Weird, extraction should have worked. std::cerr << "Nondeterministic problem extracting blocks??\n"; delete ProgClone; delete ToExtract; |