fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / FrontendC / 2003-11-04-EmptyStruct.c
index c7a01641591072dfba7759b2eca117e8aef282a3..b4f37befffa0b9908c84d3f0ffc5760c28f05834 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
 
 typedef struct { } rwlock_t;
 struct fs_struct { rwlock_t lock; int umask; };