summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
diff options
context:
space:
mode:
authorRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 11:46:15 +0000
committerRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 11:46:15 +0000
commitf0cfb83bb4249b1bf716fa2445aaefecedf4d7a9 (patch)
tree1f6dedad33513a38bd430348ca9149e143a08501 /llvm/lib/Transforms/Vectorize
parent5b013f5050681682a26c51539d629c27280725c3 (diff)
downloadbcm5719-llvm-f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9.tar.gz
bcm5719-llvm-f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9.zip
Fix spelling intruction -> instruction.
llvm-svn: 191610
Diffstat (limited to 'llvm/lib/Transforms/Vectorize')
-rw-r--r--llvm/lib/Transforms/Vectorize/BBVectorize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/BBVectorize.cpp b/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
index 83ee1a459f0..456dbc16b7b 100644
--- a/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
@@ -533,7 +533,7 @@ namespace {
default: break;
case Instruction::GetElementPtr:
// We mark this instruction as zero-cost because scalar GEPs are usually
- // lowered to the intruction addressing mode. At the moment we don't
+ // lowered to the instruction addressing mode. At the moment we don't
// generate vector GEPs.
return 0;
case Instruction::Br:
OpenPOWER on IntegriCloud