Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2006-11-06-StackTrace.cpp
index 621a301eb285ea25f5d3a2f7026fa3ef03775338..be7bbc94172dbbda18032d3a8c07bc604bfb8171 100644 (file)
@@ -9,8 +9,8 @@
 // RUN: gdb -q -batch -n -x %t.in %t.exe | \
 // RUN:   grep {#7  0x.* in main.*(argc=\[12\],.*argv=.*)}
 
-// Only works on ppc.  Should generalize?
-// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
+// Only works on ppc and x86.  Should generalize?
+// XFAIL: alpha|ia64|arm|x86_64|amd64
 
 #include <stdlib.h>