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

Side by Side Diff: lib/Target/X86/MCTargetDesc/X86MCNaCl.h

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 //===-- X86MCNaCl.h - Prototype for CustomExpandInstNaClX86 ---*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef X86MCNACL_H
11 #define X86MCNACL_H
12
13 namespace llvm {
14 class MCInst;
15 class MCStreamer;
16 struct X86MCNaClSFIState {
17 unsigned PrefixSaved;
18 bool PrefixPass;
19 bool EmitRaw;
20 };
21 bool CustomExpandInstNaClX86(const MCSubtargetInfo &STI, const MCInst &Inst,
22 MCStreamer &Out, X86MCNaClSFIState &State);
23 }
24
25 #endif
OLDNEW
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698