diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-29 05:17:03 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-29 05:17:03 +0000 |
commit | c8e924581676b4386e4ab6a28e121d3a5b13c025 (patch) | |
tree | 94e44a040ceff8ea1d2c0ecd1fce8cb8c2e7b22d /llvm/lib/Target/X86/X86FastISel.cpp | |
parent | 1019f8a98e33c56e98592733b2e7e92723b4e404 (diff) | |
download | bcm5719-llvm-c8e924581676b4386e4ab6a28e121d3a5b13c025.tar.gz bcm5719-llvm-c8e924581676b4386e4ab6a28e121d3a5b13c025.zip |
[NFC] fix trivial typos in comments and documents
"to to" -> "to"
llvm-svn: 323628
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index faeda19f4b6..7e88304ae19 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp @@ -2675,7 +2675,7 @@ bool X86FastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { (FrameReg == X86::EBP && VT == MVT::i32)) && "Invalid Frame Register!"); - // Always make a copy of the frame register to to a vreg first, so that we + // Always make a copy of the frame register to a vreg first, so that we // never directly reference the frame register (the TwoAddressInstruction- // Pass doesn't like that). unsigned SrcReg = createResultReg(RC); |