Replies: 2 comments
-
|
example1.ll is slightly different from example1.c Here, rather than storing 12 at %v, %div is stored at %v, which causes the type error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@ShinWonho Oh!!! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Could someone help me understand what type problems are in the given test/example1.c ?
Document indicates something could be potentially wrong with types of variable
wandv, which I couldn't really get.Why is each variable's type a problem here?
Is it because w is not explicitly casted to float, and v is not explicitly casted in line 7?
Thanks in advance (_ _)
Beta Was this translation helpful? Give feedback.
All reactions