X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fseh-safe-div.ll;h=80b15b601020dceabdfbda4112d72002d3eeb391;hb=f87165820d1985a359bb22c29a8a309de5f52807;hp=1f9e22c54626cb3145d2158ca4b06f7733b7506e;hpb=04df402b09b38d9ba0cd7c2e3f7e3d7f8489cdbd;p=oota-llvm.git diff --git a/test/CodeGen/X86/seh-safe-div.ll b/test/CodeGen/X86/seh-safe-div.ll index 1f9e22c5462..80b15b60102 100644 --- a/test/CodeGen/X86/seh-safe-div.ll +++ b/test/CodeGen/X86/seh-safe-div.ll @@ -1,4 +1,4 @@ -; RUN: llc -sehprepare -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s +; RUN: llc -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s ; This test case is also intended to be run manually as a complete functional ; test. It should link, print something, and exit zero rather than crashing.