diff options
Diffstat (limited to 'test/FrontendC/2009-05-04-EnumInreg.c')
-rw-r--r-- | test/FrontendC/2009-05-04-EnumInreg.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/FrontendC/2009-05-04-EnumInreg.c b/test/FrontendC/2009-05-04-EnumInreg.c deleted file mode 100644 index fb0c03e..0000000 --- a/test/FrontendC/2009-05-04-EnumInreg.c +++ /dev/null @@ -1,18 +0,0 @@ -// RUN: %llvmgcc -S -m32 -mregparm=3 %s -o - | grep {inreg %action} -// XFAIL: * -// XTARGET: x86,i386,i686 -// PR3967 - -enum kobject_action { - KOBJ_ADD, - KOBJ_REMOVE, - KOBJ_CHANGE, - KOBJ_MOVE, - KOBJ_ONLINE, - KOBJ_OFFLINE, - KOBJ_MAX -}; - -struct kobject; - -int kobject_uevent(struct kobject *kobj, enum kobject_action action) {} |