summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-07-31-BadAssert.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2002-07-31-BadAssert.c')
-rw-r--r--test/FrontendC/2002-07-31-BadAssert.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/FrontendC/2002-07-31-BadAssert.c b/test/FrontendC/2002-07-31-BadAssert.c
deleted file mode 100644
index 5c3d74c..0000000
--- a/test/FrontendC/2002-07-31-BadAssert.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
-
-typedef struct
-{
- unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */
-} InternalFPF;
-
-
-static void SetInternalFPFZero(InternalFPF *dest) {
- dest->type=0;
-}
-
-void denormalize(InternalFPF *ptr) {
- SetInternalFPFZero(ptr);
-}
-
OpenPOWER on IntegriCloud