From: Craig Topper Date: Tue, 7 Nov 2017 20:56:17 +0000 (+0000) Subject: [CodeGenPrepare] Fix typo in comment. NFC X-Git-Tag: android-x86-7.1-r4~8822 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c062c8dc61df5d6c0e44cd69e14a304f222c4fe2;p=android-x86%2Fexternal-llvm.git [CodeGenPrepare] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenPrepare.cpp b/lib/CodeGen/CodeGenPrepare.cpp index 5b48f5f4d1e..d6633a508f5 100644 --- a/lib/CodeGen/CodeGenPrepare.cpp +++ b/lib/CodeGen/CodeGenPrepare.cpp @@ -6439,7 +6439,7 @@ bool CodeGenPrepare::placeDbgValues(Function &F) { Instruction *Insn = &*BI++; DbgValueInst *DVI = dyn_cast(Insn); // Leave dbg.values that refer to an alloca alone. These - // instrinsics describe the address of a variable (= the alloca) + // intrinsics describe the address of a variable (= the alloca) // being taken. They should not be moved next to the alloca // (and to the beginning of the scope), but rather stay close to // where said address is used.