summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 06:32:59 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 06:32:59 +0000
commitddb34d84c9bfc65205d52b98d36eda318b56ae81 (patch)
treed18245fad165eef6cee04fe61a524b4a752290c3 /llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
parent8036970008aae90b4a6a2afdbb9e9b672b5ebd02 (diff)
downloadbcm5719-llvm-ddb34d84c9bfc65205d52b98d36eda318b56ae81.tar.gz
bcm5719-llvm-ddb34d84c9bfc65205d52b98d36eda318b56ae81.zip
fix trivial typos in comments; NFC
llvm-svn: 307004
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp b/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
index 3a0e01da42f..d4cd89ce590 100644
--- a/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
@@ -127,7 +127,7 @@ MachineInstr *SystemZLDCleanup::ReplaceTLSCall(MachineInstr *I,
return Copy;
}
-// Create a virtal register in *TLSBaseAddrReg, and populate it by
+// Create a virtual register in *TLSBaseAddrReg, and populate it by
// inserting a copy instruction after I. Returns the new instruction.
MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I,
unsigned *TLSBaseAddrReg) {
OpenPOWER on IntegriCloud