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

Side by Side Diff: test/Transforms/NaCl/pnacl-abi-simplify.ll

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 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
(Empty)
1 ; RUN: opt %s -pnacl-abi-simplify-preopt -pnacl-abi-simplify-postopt -S \
2 ; RUN: | FileCheck %s
3
4 target datalayout = "p:32:32:32"
5
6 ; Check that the "tail" attribute is preserved on calls.
7 define void @tail_call() {
8 tail call void @tail_call()
9 ret void
10 }
11 ; CHECK: tail call void @tail_call()
OLDNEW
« no previous file with comments | « test/Transforms/NaCl/pnacl-abi-internalize-symbols-pso.ll ('k') | test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698