aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2007-01-26 22:40:50 +0000
committerNate Begeman <natebegeman@mac.com>2007-01-26 22:40:50 +0000
commit3c983c3dc19bb83807f978c04737b4572be90a93 (patch)
tree4826e5f7570a050313e578dd9163fd23499e84fa
parent6635f35cae9d5a5d363d3ba425d4b1f323fc689d (diff)
Fix a spelling error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33556 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 47fd07dc8d..f7e5b65dde 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -23,7 +23,7 @@
namespace llvm {
namespace PPCISD {
enum NodeType {
- // Start the numbering where the builting ops and target ops leave off.
+ // Start the numbering where the builtin ops and target ops leave off.
FIRST_NUMBER = ISD::BUILTIN_OP_END+PPC::INSTRUCTION_LIST_END,
/// FSEL - Traditional three-operand fsel node.