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

Unified Diff: lib/Target/Mips/MipsISelLowering.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Target/Mips/MipsAsmPrinter.cpp ('k') | lib/Target/Mips/MipsISelLowering.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/Mips/MipsISelLowering.h
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index 60e53dae133493ecd34931d577ab7de8167f9f15..3573db4908a97d4926187303c8e7ad988022ed4a 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -364,6 +364,10 @@ namespace llvm {
// Subtarget Info
const MipsSubtarget &Subtarget;
+ // @LOCALMOD-BEGIN
+ SDValue GetNaClThreadPointer(SelectionDAG &DAG, SDLoc DL) const;
+ // @LOCALMOD-END
+
private:
// Create a TargetGlobalAddress node.
SDValue getTargetNode(GlobalAddressSDNode *N, EVT Ty, SelectionDAG &DAG,
« no previous file with comments | « lib/Target/Mips/MipsAsmPrinter.cpp ('k') | lib/Target/Mips/MipsISelLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698