diff --git a/test/ThinLTO/X86/printer.ll b/test/ThinLTO/X86/printer.ll index fbdeea6be60..79f4f5645cd 100644 --- a/test/ThinLTO/X86/printer.ll +++ b/test/ThinLTO/X86/printer.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as %s -o %t.bc -; RUN: llvm-lto2 run -r=%t.bc,foo,pxl -use-new-pm --print-before-all %t.bc -o - 2>&1 | FileCheck %s --check-prefix=CHECK-BEFORE -; RUN: llvm-lto2 run -r=%t.bc,foo,pxl -use-new-pm --print-after-all %t.bc -o - 2>&1 | FileCheck %s --check-prefix=CHECK-AFTER +; RUN: llvm-lto2 run -r=%t.bc,foo,pxl -use-new-pm --print-before-all %t.bc -o %t2 2>&1 | FileCheck %s --check-prefix=CHECK-BEFORE +; RUN: llvm-lto2 run -r=%t.bc,foo,pxl -use-new-pm --print-after-all %t.bc -o %t3 2>&1 | FileCheck %s --check-prefix=CHECK-AFTER ; CHECK-BEFORE: *** IR Dump Before GlobalDCEPass *** ; CHECK-AFTER: *** IR Dump After GlobalDCEPass ***