diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fold-call-3.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fold-call-3.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fold-call-3.ll b/llvm/test/CodeGen/X86/fold-call-3.ll index e7e81b9422a..840a32447f1 100644 --- a/llvm/test/CodeGen/X86/fold-call-3.ll +++ b/llvm/test/CodeGen/X86/fold-call-3.ll @@ -1,5 +1,7 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep call | grep 560 ; rdar://6522427 +; This command line used to crash due to dangling nodes left after PreprocessISelDAG +; RUN: llc < %s -mtriple=x86_64-apple-darwin -pre-RA-sched=linearize %"struct.clang::Action" = type { %"struct.clang::ActionBase" } %"struct.clang::ActionBase" = type { i32 (...)** } |

