| Index: crosstest/test_arith.def
|
| diff --git a/crosstest/test_arith.def b/crosstest/test_arith.def
|
| index 019eb7773c3e920eb8694445ec83fbc888675f5c..9ebb4fd184c7bed9fb74c61ec0924c08e2915aa9 100644
|
| --- a/crosstest/test_arith.def
|
| +++ b/crosstest/test_arith.def
|
| @@ -1,3 +1,16 @@
|
| +//===- subzero/crosstest/test_arith.def - macros for tests ----*- C++ -*---===//
|
| +//
|
| +// The Subzero Code Generator
|
| +//
|
| +// This file is distributed under the University of Illinois Open Source
|
| +// License. See LICENSE.TXT for details.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +//
|
| +// This file defines macros for crosstesting arithmetic operations.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +
|
| #ifndef TEST_ARITH_DEF
|
| #define TEST_ARITH_DEF
|
|
|
|
|