blob: 2cfcb5d3ea272f35ac82d4f7f10cdc2f1cd5c9ae [file] [log] [blame]
//===-- PPC64.h - Top-level interface for AIX/PowerPC -------------*- C++ -*-//
//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file contains the entry points for global functions defined in the LLVM
// PowerPC 64-bit back-end.
//
//===----------------------------------------------------------------------===//
#ifndef TARGET_POWERPC_AIX_H
#define TARGET_POWERPC_AIX_H
#include "PowerPC.h"
#endif