|
1 | | -/*===================== begin_copyright_notice ================================== |
| 1 | +/*========================== begin_copyright_notice ============================ |
2 | 2 |
|
3 | | -Copyright (c) 2017 Intel Corporation |
| 3 | +Copyright (c) 2000-2021 Intel Corporation |
4 | 4 |
|
5 | | -Permission is hereby granted, free of charge, to any person obtaining a |
6 | | -copy of this software and associated documentation files (the |
7 | | -"Software"), to deal in the Software without restriction, including |
8 | | -without limitation the rights to use, copy, modify, merge, publish, |
9 | | -distribute, sublicense, and/or sell copies of the Software, and to |
10 | | -permit persons to whom the Software is furnished to do so, subject to |
11 | | -the following conditions: |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), |
| 7 | +to deal in the Software without restriction, including without limitation |
| 8 | +the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 9 | +and/or sell copies of the Software, and to permit persons to whom |
| 10 | +the Software is furnished to do so, subject to the following conditions: |
12 | 11 |
|
13 | 12 | The above copyright notice and this permission notice shall be included |
14 | 13 | in all copies or substantial portions of the Software. |
15 | 14 |
|
16 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
17 | | -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
18 | | -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
19 | | -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
20 | | -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
21 | | -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
22 | | -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 20 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 21 | +IN THE SOFTWARE. |
23 | 22 |
|
| 23 | +============================= end_copyright_notice ===========================*/ |
24 | 24 |
|
25 | | -======================= end_copyright_notice ==================================*/ |
26 | 25 | #pragma once |
| 26 | + |
27 | 27 | #include "Compiler/CodeGenPublicEnums.h" |
28 | 28 | #include "common/LLVMWarningsPush.hpp" |
29 | 29 | #include <llvm/IR/Module.h> |
|
0 commit comments