Remove the -enable-sjlj-eh option, which doesn't do anything.
[oota-llvm.git] / test / CodeGen / X86 / 2007-05-07-InvokeSRet.ll
index a3ff2f60c8d7074d2688d8d6ec74701582f513bf..ae49bd00220865ae62ba2fc9029ce118804c41da 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .12, %esp}
+; RUN: llc < %s -mtriple=i686-pc-linux-gnu -disable-fp-elim | not grep {addl .12, %esp}
 ; PR1398
 
        %struct.S = type { i32, i32 }