aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-09-01 18:25:16 -0700
committerFangrui Song <i@maskray.me>2023-09-01 18:25:16 -0700
commit111fcb0df02db3db8bed1d5db6d911b7ce544d92 (patch)
treebe1a4370f8a99e3dc03cade7c29337b8c432686b /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
parent9f3e3efd98a29eb8df9e3ad43a573c9141d1ace2 (diff)
downloadllvm-111fcb0df02db3db8bed1d5db6d911b7ce544d92.zip
llvm-111fcb0df02db3db8bed1d5db6d911b7ce544d92.tar.gz
llvm-111fcb0df02db3db8bed1d5db6d911b7ce544d92.tar.bz2
[llvm] Fix duplicate word typos. NFC
Those fixes were taken from https://reviews.llvm.org/D137338
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
index 44ef14e..f8a4b95 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
@@ -368,7 +368,7 @@ static void basicCheckForEHAndSjLj(TargetMachine *TM) {
// to TargetOptions and MCAsmInfo. But when clang compiles bitcode directly,
// clang's LangOptions is not used and thus the exception model info is not
// correctly transferred to TargetOptions and MCAsmInfo, so we make sure we
- // have the correct exception model in in WebAssemblyMCAsmInfo constructor.
+ // have the correct exception model in WebAssemblyMCAsmInfo constructor.
// But in this case TargetOptions is still not updated, so we make sure they
// are the same.
TM->Options.ExceptionModel = TM->getMCAsmInfo()->getExceptionHandlingType();