while we're at it, handle 'sdiv exact' of a power of 2 also,
[oota-llvm.git] / test / FrontendC++ / 2009-04-21-DtorNames-dbg.cpp
index dfc607e654fdabffc426d8251cbdbacad82c1a78..e3616da073bf7b3091f0ee646f47020180c78e04 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s
+// RUN: %llvmgcc -S -g %s -o - | llc -O0 -o %t.s
 // RUN: %compile_c %t.s -o %t.o
 // PR4025