diff options
Diffstat (limited to 'test/FrontendC/2009-05-04-EnumInreg.c')
-rw-r--r-- | test/FrontendC/2009-05-04-EnumInreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-05-04-EnumInreg.c b/test/FrontendC/2009-05-04-EnumInreg.c index 6dbdb54db5f63..fb0c03e439e6f 100644 --- a/test/FrontendC/2009-05-04-EnumInreg.c +++ b/test/FrontendC/2009-05-04-EnumInreg.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action} +// RUN: %llvmgcc -S -m32 -mregparm=3 %s -o - | grep {inreg %action} // XFAIL: * // XTARGET: x86,i386,i686 // PR3967 |