summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/DeadArgElim/naked_functions.ll2
-rw-r--r--llvm/test/Transforms/SCCP/apint-basictest3.ll2
-rw-r--r--llvm/test/Transforms/SLPVectorizer/X86/align.ll2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/DeadArgElim/naked_functions.ll b/llvm/test/Transforms/DeadArgElim/naked_functions.ll
index b7955a10127..ed125d45e51 100644
--- a/llvm/test/Transforms/DeadArgElim/naked_functions.ll
+++ b/llvm/test/Transforms/DeadArgElim/naked_functions.ll
@@ -1,6 +1,6 @@
; RUN: opt -S -deadargelim %s | FileCheck %s
-; Don't eliminate dead arugments from naked functions.
+; Don't eliminate dead arguments from naked functions.
; CHECK: define internal i32 @naked(i32 %x)
define internal i32 @naked(i32 %x) #0 {
diff --git a/llvm/test/Transforms/SCCP/apint-basictest3.ll b/llvm/test/Transforms/SCCP/apint-basictest3.ll
index b8fcca6fda9..863902c07d6 100644
--- a/llvm/test/Transforms/SCCP/apint-basictest3.ll
+++ b/llvm/test/Transforms/SCCP/apint-basictest3.ll
@@ -1,5 +1,5 @@
; This is a basic sanity check for constant propagation. It tests the basic
-; arithmatic operations.
+; arithmetic operations.
; RUN: opt < %s -sccp -S | not grep mul
diff --git a/llvm/test/Transforms/SLPVectorizer/X86/align.ll b/llvm/test/Transforms/SLPVectorizer/X86/align.ll
index 5c7c4ceae81..c27890ca169 100644
--- a/llvm/test/Transforms/SLPVectorizer/X86/align.ll
+++ b/llvm/test/Transforms/SLPVectorizer/X86/align.ll
@@ -39,7 +39,7 @@ entry:
ret void
}
-; Float has 4 byte abi alignment on x86_64. We must use the alignmnet of the
+; Float has 4 byte abi alignment on x86_64. We must use the alignment of the
; value being loaded/stored not the alignment of the pointer type.
define void @test2(float * %a, float * %b) {
OpenPOWER on IntegriCloud