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

Side by Side Diff: tests_lit/llvm2ice_tests/unknown-arm-reg.ll

Issue 1678133003: Subzero: Fix trailing whitespace errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove some obviously bad tab characters Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 ; Show that we complain if an unknown register is specified on the command line. 1 ; Show that we complain if an unknown register is specified on the command line.
2 2
3 ; Compile using standalone assembler. 3 ; Compile using standalone assembler.
4 ; RUN: %p2i --expect-fail --filetype=asm -i %s --target=arm32 --args -Om1 \ 4 ; RUN: %p2i --expect-fail --filetype=asm -i %s --target=arm32 --args -Om1 \
5 ; RUN: -reg-use r2,xx9x,r5,yy28 -reg-exclude s1,sq5 2>&1 \ 5 ; RUN: -reg-use r2,xx9x,r5,yy28 -reg-exclude s1,sq5 2>&1 \
6 ; RUN: | FileCheck %s 6 ; RUN: | FileCheck %s
7 7
8 define void @foo() { 8 define void @foo() {
9 ret void 9 ret void
10 } 10 }
11 11
12 ; CHECK: LLVM ERROR: Unrecognized use/exclude registers: xx9x yy28 sq5 12 ; CHECK: LLVM ERROR: Unrecognized use/exclude registers: xx9x yy28 sq5
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698