diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-08-24 21:45:30 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-08-24 21:45:30 +0000 |
commit | 77f1b3d13c0e464f9596ade226c791097ff64fe7 (patch) | |
tree | 4bf7a5cb34b3d9dcf24911a12399801ac7e66a8e /test/CodeGen/X86/fold-call-2.ll | |
parent | 233a49252ca191202d0975063244ceeea5aa45c5 (diff) | |
download | external_llvm-77f1b3d13c0e464f9596ade226c791097ff64fe7.zip external_llvm-77f1b3d13c0e464f9596ade226c791097ff64fe7.tar.gz external_llvm-77f1b3d13c0e464f9596ade226c791097ff64fe7.tar.bz2 |
Temporarily reverting r55292. It's causing a bootstraping failure:
/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc ... src/libiberty/make-temp-file.c -o make-temp-file.o
Assertion failed: (Node2Index[SU->NodeNum] > Node2Index[I->Dep->NodeNum] && "Wrong topological sorting"), function InitDAGTopologicalSorting, file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp, line 508.
../../../../llvm-gcc.src/libiberty/hashtab.c:955: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make[4]: *** [hashtab.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [multi-do] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libiberty] Error 2
make: *** [all] Error 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-call-2.ll')
-rw-r--r-- | test/CodeGen/X86/fold-call-2.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/fold-call-2.ll b/test/CodeGen/X86/fold-call-2.ll index 349f986..e69de29 100644 --- a/test/CodeGen/X86/fold-call-2.ll +++ b/test/CodeGen/X86/fold-call-2.ll @@ -1,10 +0,0 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep mov | count 1 - -@f = external global void ()* ; <void ()**> [#uses=1] - -define i32 @main() nounwind { -entry: - load void ()** @f, align 8 ; <void ()*>:0 [#uses=1] - tail call void %0( ) nounwind - ret i32 0 -} |