diff --git a/test/Transforms/InstCombine/2012-03-10-InstCombine.ll b/test/Transforms/InstCombine/2012-03-10-InstCombine.ll index 68989972549..58ccf12e6cf 100644 --- a/test/Transforms/InstCombine/2012-03-10-InstCombine.ll +++ b/test/Transforms/InstCombine/2012-03-10-InstCombine.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombine | FileCheck %s +; RUN: opt < %s -S -instcombine | FileCheck %s ; Derived from gcc.c-torture/execute/frame-address.c