diff options
Diffstat (limited to 'test/Feature/packed.ll')
-rw-r--r-- | test/Feature/packed.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/packed.ll b/test/Feature/packed.ll index b86a227..fa29535 100644 --- a/test/Feature/packed.ll +++ b/test/Feature/packed.ll @@ -8,8 +8,8 @@ define void @main() { store <4 x float> < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >, <4 x float>* @foo1 store <2 x i32> < i32 4, i32 4 >, <2 x i32>* @foo2 - %l1 = load <4 x float>* @foo1 ; <<4 x float>> [#uses=0] - %l2 = load <2 x i32>* @foo2 ; <<2 x i32>> [#uses=0] + %l1 = load <4 x float>, <4 x float>* @foo1 ; <<4 x float>> [#uses=0] + %l2 = load <2 x i32>, <2 x i32>* @foo2 ; <<2 x i32>> [#uses=0] ret void } |