summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-26 06:07:47 +0000
committerChris Lattner <sabre@nondot.org>2008-08-26 06:07:47 +0000
commit09c5d8baa2c068fead50630ec2432a5dd1e7b904 (patch)
tree23b5a07091747a8c38b7452cf336300312967d44 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent1146728bfaeb471f675b805ceb27a08d28bbf468 (diff)
downloadllvm-09c5d8baa2c068fead50630ec2432a5dd1e7b904.tar.gz
llvm-09c5d8baa2c068fead50630ec2432a5dd1e7b904.tar.bz2
llvm-09c5d8baa2c068fead50630ec2432a5dd1e7b904.tar.xz
typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 7ec5b8534d..f35c8d867d 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -4231,7 +4231,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) {
if (!SawEarlyClobber &&
OpInfo.Type == InlineAsm::isClobber &&
OpInfo.ConstraintType == TargetLowering::C_Register) {
- // Note that we want to ignore things that we don't trick here, like
+ // Note that we want to ignore things that we don't track here, like
// dirflag, fpsr, flags, etc.
std::pair<unsigned, const TargetRegisterClass*> PhysReg =
TLI.getRegForInlineAsmConstraint(OpInfo.ConstraintCode,