make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2002-07-31-BadAssert.c
blob5c3d74cfb6beff35933c9f729f26f04a6dd997da
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 typedef struct
5 unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */
6 } InternalFPF;
9 static void SetInternalFPFZero(InternalFPF *dest) {
10 dest->type=0;
13 void denormalize(InternalFPF *ptr) {
14 SetInternalFPFZero(ptr);