summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetInstrInfo.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-15 16:28:21 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-15 16:28:21 +0000
commit2c00b5098a89ce8b69fb92697fbef4a6d7f89ab4 (patch)
treeedb2ddcb739e41c1f3e7223c7a39ac8ce2101d76 /llvm/lib/Target/TargetInstrInfo.cpp
parent3122c82089b9bb8a3c16fd58132616de80d0de73 (diff)
downloadbcm5719-llvm-2c00b5098a89ce8b69fb92697fbef4a6d7f89ab4.tar.gz
bcm5719-llvm-2c00b5098a89ce8b69fb92697fbef4a6d7f89ab4.zip
Spelling fix.
llvm-svn: 113978
Diffstat (limited to 'llvm/lib/Target/TargetInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetInstrInfo.cpp b/llvm/lib/Target/TargetInstrInfo.cpp
index 47cd0fbe163..e3ebae94732 100644
--- a/llvm/lib/Target/TargetInstrInfo.cpp
+++ b/llvm/lib/Target/TargetInstrInfo.cpp
@@ -55,7 +55,7 @@ TargetInstrInfo::getNumMicroOps(const MachineInstr *MI,
return 1;
unsigned Class = MI->getDesc().getSchedClass();
- unsigned UOps = ItinData->Itineratries[Class].NumMicroOps;
+ unsigned UOps = ItinData->Itineraries[Class].NumMicroOps;
if (UOps)
return UOps;
OpenPOWER on IntegriCloud