| Index: crosstest/test_vector_ops.def
|
| diff --git a/crosstest/test_vector_ops.def b/crosstest/test_vector_ops.def
|
| index 422ed548b62d6eaec78ff07cae63401178f958d9..3396d430f08d99bfcdb66eb628feed15e258ee56 100644
|
| --- a/crosstest/test_vector_ops.def
|
| +++ b/crosstest/test_vector_ops.def
|
| @@ -1,3 +1,17 @@
|
| +//===- subzero/crosstest/test_vector_ops.def - test macros ----*- 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 the insertelement and
|
| +// extractelement instruction.
|
| +//
|
| +//===----------------------------------------------------------------------===//
|
| +
|
| #ifndef TEST_VECTOR_OPS_DEF
|
|
|
| #define VECTOR_TYPE_TABLE \
|
|
|