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

Side by Side Diff: test/MC/X86/nacl-test-ret.s

Issue 1181263004: subclassed MCAsmStreamer (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp ('k') | tools/llvm-mc/llvm-mc.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // RUN: llvm-mc -filetype asm -triple i686-unknown-nacl %s | FileCheck %s
2
3 ret
4 // CHECK: popl %ecx
5 // CHECK-NEXT: .bundle_lock
6 // CHECK-NEXT: andl $-32, %ecx
7 // CHECK-NEXT: jmpl *%ecx
8 // CHECK-NEXT: .bundle_unlock
OLDNEW
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp ('k') | tools/llvm-mc/llvm-mc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698