aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-24 11:26:37 +0200
committerlemon <lsof@mailbox.org>2022-08-24 11:26:53 +0200
commit333728ad37cae80f3ab53aaeb2c98352eb787b5f (patch)
treeded570ab8d21ffc1a9ec6c29f8102771e4d8729c /x
parent82e537ceec82c4956710e4ef2d08f73fad8bfa01 (diff)
enum ini
Diffstat (limited to 'x')
-rw-r--r--x19
1 files changed, 0 insertions, 19 deletions
diff --git a/x b/x
deleted file mode 100644
index d04c37d..0000000
--- a/x
+++ /dev/null
@@ -1,19 +0,0 @@
-target triple = "x86_64-pc-linux-gnu"
-%Vec2f.0 = type opaque
-%Vec2f.0 = type { float, float }
-
-define internal float @x.1(%Vec2f.0 %v) {
-%v.0 = alloca %Vec2f.0 store %Vec2f.0 %v, %Vec2f.0* %v.0
- %t1 = getelementptr %Vec2f.0, %Vec2f.0* %v.0, i32 0, i32 0
- %t0 = load float, float* %t1
- ret float %t0
- ret float undef
-}
-define internal float @y.2(%Vec2f.0* %v) {
-%v.0 = alloca %Vec2f.0* store %Vec2f.0* %v, %Vec2f.0** %v.0
- %t1 = load %Vec2f.0*, %Vec2f.0** %v.0
- %t2 = getelementptr %Vec2f.0, %Vec2f.0* %t1, i32 0, i32 1
- %t0 = load float, float* %t2
- ret float %t0
- ret float undef
-}