summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-11-07 20:56:17 +0000
committerCraig Topper <craig.topper@intel.com>2017-11-07 20:56:17 +0000
commit87e715fbac23bcb80f4cff700f42cb9d4c42fa08 (patch)
tree9a2dfea0feed1a78f82600c235f1560236d7b3e0 /llvm/lib/CodeGen/CodeGenPrepare.cpp
parent5cd044e8c84f8424cbbaa4b4e82b5c473f9bc120 (diff)
downloadbcm5719-llvm-87e715fbac23bcb80f4cff700f42cb9d4c42fa08.tar.gz
bcm5719-llvm-87e715fbac23bcb80f4cff700f42cb9d4c42fa08.zip
[CodeGenPrepare] Fix typo in comment. NFC
llvm-svn: 317614
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 5b48f5f4d1e..d6633a508f5 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -6439,7 +6439,7 @@ bool CodeGenPrepare::placeDbgValues(Function &F) {
Instruction *Insn = &*BI++;
DbgValueInst *DVI = dyn_cast<DbgValueInst>(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.
OpenPOWER on IntegriCloud