mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Remove some tabs and fix other whitespace. No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86c13cd733
commit
176a4ab639
@ -193,18 +193,18 @@ namespace llvm {
|
||||
if (NumElements == 2) return v2i16;
|
||||
if (NumElements == 4) return v4i16;
|
||||
if (NumElements == 8) return v8i16;
|
||||
if (NumElements == 16) return v16i16;
|
||||
if (NumElements == 16) return v16i16;
|
||||
break;
|
||||
case i32:
|
||||
if (NumElements == 2) return v2i32;
|
||||
if (NumElements == 3) return v3i32;
|
||||
if (NumElements == 4) return v4i32;
|
||||
if (NumElements == 8) return v8i32;
|
||||
if (NumElements == 8) return v8i32;
|
||||
break;
|
||||
case i64:
|
||||
if (NumElements == 1) return v1i64;
|
||||
if (NumElements == 2) return v2i64;
|
||||
if (NumElements == 4) return v4i64;
|
||||
if (NumElements == 4) return v4i64;
|
||||
break;
|
||||
case f32:
|
||||
if (NumElements == 2) return v2f32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user