diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-01-09 14:20:20 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-01-09 14:20:20 +0000 |
| commit | b61910bbe89b70ab5f0f415445a05d35164e33e5 (patch) | |
| tree | cb039c1032cd43f36c912bf82511d89ab988d524 /llvm/test/CodeGen/WebAssembly | |
| parent | b08d34d7c3da97b73437ffd2f78e4825efca3550 (diff) | |
| download | bcm5719-llvm-b61910bbe89b70ab5f0f415445a05d35164e33e5.tar.gz bcm5719-llvm-b61910bbe89b70ab5f0f415445a05d35164e33e5.zip | |
Fix typo in comment
llvm-svn: 350725
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll | 4 | ||||
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll b/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll index 4fcc4254b69..cff7fc7faf6 100644 --- a/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll +++ b/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll @@ -38,7 +38,7 @@ define i32 @ldi32_a4(i32 *%p) { ret i32 %v } -; The default alignment in LLVM is the same as the defualt alignment in wasm. +; The default alignment in LLVM is the same as the default alignment in wasm. ; CHECK-LABEL: ldi32: ; CHECK-NEXT: .functype ldi32 (i32) -> (i32){{$}} @@ -142,7 +142,7 @@ define void @sti32_a4(i32 *%p, i32 %v) { ret void } -; The default alignment in LLVM is the same as the defualt alignment in wasm. +; The default alignment in LLVM is the same as the default alignment in wasm. ; CHECK-LABEL: sti32: ; CHECK-NEXT: .functype sti32 (i32, i32) -> (){{$}} diff --git a/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll b/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll index 32933c19fe3..5af843bcbaa 100644 --- a/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll +++ b/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll @@ -47,7 +47,7 @@ define i64 @ldi64_a8(i64 *%p) { ret i64 %v } -; The default alignment in LLVM is the same as the defualt alignment in wasm. +; The default alignment in LLVM is the same as the default alignment in wasm. ; CHECK-LABEL: ldi64: ; CHECK-NEXT: .functype ldi64 (i32) -> (i64){{$}} @@ -205,7 +205,7 @@ define void @sti64_a8(i64 *%p, i64 %v) { ret void } -; The default alignment in LLVM is the same as the defualt alignment in wasm. +; The default alignment in LLVM is the same as the default alignment in wasm. ; CHECK-LABEL: sti64: ; CHECK-NEXT: .functype sti64 (i32, i64) -> (){{$}} |

