diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen')
| -rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll index 1ec5fde3a44..6b2e6d49ad0 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll +++ b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll @@ -18,3 +18,6 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) { ret void } +<4 x int> %test2() { + ret <4 x int> <int 30, int 30, int 30, int 30> +} |

