diff options
Diffstat (limited to 'test/Feature/allocatest2.ll')
-rw-r--r-- | test/Feature/allocatest2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Feature/allocatest2.ll b/test/Feature/allocatest2.ll index 2775f01..7c93215 100644 --- a/test/Feature/allocatest2.ll +++ b/test/Feature/allocatest2.ll @@ -8,8 +8,8 @@ void "_Z17UseAllocaFunctionj"(uint %n) begin bb1: ;;<label> %reg110 = shl uint %n, ubyte 2 ;;<uint> - %reg108 = alloca [ubyte], uint %reg110 ;;<ubyte*> - %cast1000 = cast [ubyte]* %reg108 to uint* ;;<uint*> + %reg108 = alloca ubyte, uint %reg110 ;;<ubyte*> + %cast1000 = cast ubyte* %reg108 to uint* ;;<uint*> call void %_Z12combinationsjPj(uint %n, uint* %cast1000) ;;<void> %cast113 = cast uint %reg110 to ulong* ;;<ulong*> cast uint 7 to ulong * @@ -17,8 +17,8 @@ bb1: ;;<label> %reg115 = shr ulong* %reg114, ubyte 3 ;;<ulong*>:(uns ops) %reg117 = shl ulong* %reg115, ubyte 3 ;;<ulong*> %cast1001 = cast ulong* %reg117 to uint ;;<uint> - %reg118 = alloca [ubyte], uint %cast1001 ;;<ubyte*> - %cast1002 = cast [ubyte]* %reg118 to uint* ;;<uint*> + %reg118 = alloca ubyte, uint %cast1001 ;;<ubyte*> + %cast1002 = cast ubyte* %reg118 to uint* ;;<uint*> call void %_Z12combinationsjPj(uint %n, uint* %cast1002) ;;<void> ret void ;;<void> end |