]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2019 14:20:20 +0000 (14:20 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2019 14:20:20 +0000 (14:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350725 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WebAssembly/i32-load-store-alignment.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll

index 4fcc4254b69536e44522ea8ffd48b397d3de6f84..cff7fc7faf6d544e05060139a2a16f05df4451da 100644 (file)
@@ -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) -> (){{$}}
index 32933c19fe34d93d826fa20247c3afda700f1cb6..5af843bcbaacb27aeb764786591c13affcc7ecf7 100644 (file)
@@ -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) -> (){{$}}