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

Unified Diff: tests_lit/llvm2ice_tests/address-mode-global.ll

Issue 1531623007: Add option to force filetype=asm for testing (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Formatting Created 5 years 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
Index: tests_lit/llvm2ice_tests/address-mode-global.ll
diff --git a/tests_lit/llvm2ice_tests/address-mode-global.ll b/tests_lit/llvm2ice_tests/address-mode-global.ll
index a8f6d4d817032c662ffbc1f66b88a07dc133a564..5502876f4df1e663ed8940bb685cab87f35d7062 100644
--- a/tests_lit/llvm2ice_tests/address-mode-global.ll
+++ b/tests_lit/llvm2ice_tests/address-mode-global.ll
@@ -17,8 +17,8 @@ entry:
%result = add i32 %addr_lo.load, %addr_hi.load
ret i32 %result
; CHECK-LABEL: load_global_direct
-; CHECK-NEXT: mov eax,DWORD PTR ds:0x0{{.*}}bytes
-; CHECK-NEXT: add eax,DWORD PTR ds:0x4{{.*}}bytes
+; CHECK-NEXT: mov eax,{{(DWORD PTR )?}}ds:0x0{{.*}}{{(bytes)|(.bss)}}
+; CHECK-NEXT: add eax,DWORD PTR ds:0x4{{.*}}{{(bytes)|(.bss)}}
}
define internal i32 @load_global_indexed(i32 %arg) {

Powered by Google App Engine
This is Rietveld 408576698