Author: ddunbar
Date: Mon Feb  9 19:53:22 2009
New Revision: 64195

URL: http://llvm.org/viewvc/llvm-project?rev=64195&view=rev
Log:
Enable parameter passing test for x86_64.

Modified:
    cfe/trunk/test/CodeGen/parameter-passing.c

Modified: cfe/trunk/test/CodeGen/parameter-passing.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/parameter-passing.c?rev=64195&r1=64194&r2=64195&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/parameter-passing.c (original)
+++ cfe/trunk/test/CodeGen/parameter-passing.c Mon Feb  9 19:53:22 2009
@@ -8,9 +8,8 @@
 // RUN: clang %s -triple i386-unknown-unknown -O3 -emit-llvm -o %t &&
 // RUN: not grep '@g0' %t &&
 
-// FIXME: Enable once PR3489 is fixed.
-// RUNX: clang %s -triple x86_64-unknown-unknown -O3 -emit-llvm -o %t &&
-// RUNX: not grep '@g0' %t &&
+// RUN: clang %s -triple x86_64-unknown-unknown -O3 -emit-llvm -o %t &&
+// RUN: not grep '@g0' %t &&
 
 // RUN: clang %s -triple ppc-unknown-unknown -O3 -emit-llvm -o %t &&
 // RUN: not grep '@g0' %t &&


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to