mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove an old workaround for a compiler that EOL'd years ago.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
449a88e9a6
commit
67a2553749
@ -942,13 +942,7 @@ public:
|
|||||||
class HandleSDNode : public SDNode {
|
class HandleSDNode : public SDNode {
|
||||||
SDUse Op;
|
SDUse Op;
|
||||||
public:
|
public:
|
||||||
// FIXME: Remove the "noinline" attribute once <rdar://problem/5852746> is
|
|
||||||
// fixed.
|
|
||||||
#if __GNUC__==4 && __GNUC_MINOR__==2 && defined(__APPLE__) && !defined(__llvm__)
|
|
||||||
explicit __attribute__((__noinline__)) HandleSDNode(SDValue X)
|
|
||||||
#else
|
|
||||||
explicit HandleSDNode(SDValue X)
|
explicit HandleSDNode(SDValue X)
|
||||||
#endif
|
|
||||||
: SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
|
: SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
|
||||||
InitOperands(&Op, X);
|
InitOperands(&Op, X);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user