Deleted Added
full compact
Mips16HardFloatInfo.h (276479) Mips16HardFloatInfo.h (280031)
1//===---- Mips16HardFloatInfo.h for Mips16 Hard Float --------===//
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// This file defines some data structures relevant to the implementation of
11// Mips16 hard float.
12//
13//
14//===----------------------------------------------------------------------===//
15
1//===---- Mips16HardFloatInfo.h for Mips16 Hard Float --------===//
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// This file defines some data structures relevant to the implementation of
11// Mips16 hard float.
12//
13//
14//===----------------------------------------------------------------------===//
15
16#ifndef MIPS16HARDFLOATINFO_H
17#define MIPS16HARDFLOATINFO_H
16#ifndef LLVM_LIB_TARGET_MIPS_MIPS16HARDFLOATINFO_H
17#define LLVM_LIB_TARGET_MIPS_MIPS16HARDFLOATINFO_H
18
19namespace llvm {
20
21namespace Mips16HardFloatInfo {
22
23// Return types that matter for hard float are:
24// float, double, complex float, and complex double
25//

--- 25 unchanged lines hidden ---
18
19namespace llvm {
20
21namespace Mips16HardFloatInfo {
22
23// Return types that matter for hard float are:
24// float, double, complex float, and complex double
25//

--- 25 unchanged lines hidden ---