summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/Miscompilation.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
committerChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
commit0ce80cd542c7872df6189419e6cb8e57509bfacb (patch)
treeec9e946fda162549ffe55ea7b131ded9bd807ba0 /llvm/tools/bugpoint/Miscompilation.cpp
parentdc166eb8f7e23fecc2e0d6c67646f496c788943c (diff)
downloadbcm5719-llvm-0ce80cd542c7872df6189419e6cb8e57509bfacb.tar.gz
bcm5719-llvm-0ce80cd542c7872df6189419e6cb8e57509bfacb.zip
Fix spelling, patch contributed by Gabor Greif!
llvm-svn: 20343
Diffstat (limited to 'llvm/tools/bugpoint/Miscompilation.cpp')
-rw-r--r--llvm/tools/bugpoint/Miscompilation.cpp2
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;
OpenPOWER on IntegriCloud