Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2007-07-29-RestrictPtrArg.cpp
index 38da95ae6c8e3364776050063af18a413a222c2e..d54dfbe57121d3ab987824a50c44399087156dd1 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
-// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed
 
 void foo(int * __restrict myptr1, int * myptr2) {
   myptr1[0] = 0;