Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: tests_lit/assembler/arm32/mvn.ll

Issue 1484023002: Fix nits from previous CLs. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix formatting. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/assembler/arm32/lsl.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/mvn.ll
diff --git a/tests_lit/assembler/arm32/mvn.ll b/tests_lit/assembler/arm32/mvn.ll
index f23d2183ce95b8857170bc02653b887e1066a7b5..67a6cf280e0393473f3f4e281eff77795bd7705c 100644
--- a/tests_lit/assembler/arm32/mvn.ll
+++ b/tests_lit/assembler/arm32/mvn.ll
@@ -18,14 +18,14 @@
; RUN: %p2i --filetype=iasm -i %s --target=arm32 --assemble --disassemble \
; RUN: --args -Om1 | FileCheck %s --check-prefix=DIS
-define internal void @mvmEx(i32 %a, i32 %b) {
-; ASM-LABEL:mvmEx:
-; DIS-LABEL:00000000 <mvmEx>:
-; IASM-LABEL:mvmEx:
+define internal void @mvnEx(i32 %a, i32 %b) {
+; ASM-LABEL:mvnEx:
+; DIS-LABEL:00000000 <mvnEx>:
+; IASM-LABEL:mvnEx:
entry:
-; ASM-NEXT:.LmvmEx$entry:
-; IASM-NEXT:.LmvmEx$entry:
+; ASM-NEXT:.LmvnEx$entry:
+; IASM-NEXT:.LmvnEx$entry:
; ASM-NEXT: sub sp, sp, #24
; DIS-NEXT: 0: e24dd018
« no previous file with comments | « tests_lit/assembler/arm32/lsl.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698