Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2007-07-29-RestrictRefArg.cpp
index e1b5cd60e11170f061eaa1853d64f1e755124bc9..0c28e4d27a2bb05037a105950339c2cd0dd20d4d 100644 (file)
@@ -1,6 +1,4 @@
 // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
-// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
-// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
 
 void foo(int & __restrict myptr1, int & myptr2) {
   myptr1 = 0;