diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
| commit | 35521e231034815b6962eff0dbbd8ee132038784 (patch) | |
| tree | 434141fe9ab99916e5338540fb277099c3bc6020 /llvm/lib/Target/X86/X86ISelLowering.cpp | |
| parent | 7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff) | |
| download | bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip | |
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index e9c60ae14d4..4ccb0a391eb 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -1673,7 +1673,7 @@ X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag, SDValue Val; // If this is a call to a function that returns an fp value on the floating - // point stack, we must guarantee the the value is popped from the stack, so + // point stack, we must guarantee the value is popped from the stack, so // a CopyFromReg is not good enough - the copy instruction may be eliminated // if the return value is not used. We use the FpPOP_RETVAL instruction // instead. |

