[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-08-07-CycleInDAG.ll

2007-01-03 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-08-07-CycleInDAG.ll updated: 1.3 -> 1.4 --- Log message: It is no longer permissible to have undefined types in function parameters. Just fix it by defining the type as opaque. --- Diffs of the changes: (+4 -0) 2006-08-07-CycleInD

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-08-07-CycleInDAG.ll

2006-08-07 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-08-07-CycleInDAG.ll added (r1.1) --- Log message: New test case. --- Diffs of the changes: (+30 -0) 2006-08-07-CycleInDAG.ll | 30 ++ 1 files changed, 30 insertions(+) Index: llvm/test/Regression/Co