commit | e44f390d1a02e4ab6beffd7e3a4178e0557cbc8a | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <alenhar2@cs.uiuc.edu> | Thu Feb 21 06:45:13 2008 +0000 |
committer | Andrew Lenharth <alenhar2@cs.uiuc.edu> | Thu Feb 21 06:45:13 2008 +0000 |
tree | 3018e5189ff28d029084c130be6992796ec32e67 | |
parent | 58d032b16d90a5343811caf6ada67ac22343c91a [diff] [blame] |
Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47430 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index a118d99..41a4b54 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/lib/Target/Alpha/AlphaISelLowering.h
@@ -88,6 +88,9 @@ MVT::ValueType VT) const; bool hasITOF() { return useITOF; } + + MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI, + MachineBasicBlock *BB); }; }