]> granicus.if.org Git - clang/commitdiff
Enable parameter passing test for x86_64.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 10 Feb 2009 01:53:22 +0000 (01:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 10 Feb 2009 01:53:22 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64195 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/parameter-passing.c

index 5cc5e4797ca8ac130c76ea8f875097335c8bfaee..f9ff8a86912ac3c88f3ef012b53190ef10743b85 100644 (file)
@@ -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 &&