From df03a28990827e4b8d742637e3e454fdac947b81 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 21 Sep 2012 01:15:05 +0000 Subject: [PATCH] llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g. I guess this had apparently passed in +Asserts possibly due to verborsity. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164350 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/fast-isel.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index f13bc952fba..50fe9d5dd87 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -257,11 +257,11 @@ entry: define i16 @unaligned_i16_load(i16* %x) nounwind { entry: -; ARM-STRICT-ALIGN: @unaligned_i16_store +; ARM-STRICT-ALIGN: @unaligned_i16_load ; ARM-STRICT-ALIGN: ldrb ; ARM-STRICT-ALIGN: ldrb -; THUMB-STRICT-ALIGN: @unaligned_i16_store +; THUMB-STRICT-ALIGN: @unaligned_i16_load ; THUMB-STRICT-ALIGN: ldrb ; THUMB-STRICT-ALIGN: ldrb