summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 07:12:15 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 07:12:15 +0000
commitef1c2ba22a8dd8d56f4281d36e5a241c671084a2 (patch)
tree31b689bb19e8757a9182ca01253278ced7a34926 /llvm/test
parent92a8fe34e57d6e55feb4a483624ebd95e5c166e2 (diff)
downloadbcm5719-llvm-ef1c2ba22a8dd8d56f4281d36e5a241c671084a2.tar.gz
bcm5719-llvm-ef1c2ba22a8dd8d56f4281d36e5a241c671084a2.zip
fix trivial typos, NFC
llvm-svn: 306952
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll b/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
index 334e00dabf4..ffb239a1525 100644
--- a/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
+++ b/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
@@ -535,8 +535,8 @@ entry:
; CHECK: ret i1
-; Check that loads of shadow have the same aligment as the original loads.
-; Check that loads of origin have the aligment of max(4, original alignment).
+; Check that loads of shadow have the same alignment as the original loads.
+; Check that loads of origin have the alignment of max(4, original alignment).
define i32 @ShadowLoadAlignmentLarge() nounwind uwtable sanitize_memory {
%y = alloca i32, align 64
OpenPOWER on IntegriCloud