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

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

Issue 1636513002: Clean up emitInst() in the integrated ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix master merge. Created 4 years, 11 months 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 | « src/IceAssemblerARM32.cpp ('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/vmrs.ll
diff --git a/tests_lit/assembler/arm32/vmrs.ll b/tests_lit/assembler/arm32/vmrs.ll
index 85763b13642b2cfd2cb9f220e33658304f080c62..f635389bf9ffbe9c226c090f9dd8cb392ddbbee8 100644
--- a/tests_lit/assembler/arm32/vmrs.ll
+++ b/tests_lit/assembler/arm32/vmrs.ll
@@ -30,7 +30,7 @@ entry:
%test = fcmp olt float 0.0, 0.0
; ASM: vmrs APSR_nzcv, FPSCR
-; DIS: 18: eef1fa10
+; DIS: 14: eef1fa10
; IASM-NOT: vmrs
%result = zext i1 %test to i32
« no previous file with comments | « src/IceAssemblerARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698