Remove -unwind-tables-optional everywhere, since
authorDale Johannesen <dalej@apple.com>
Mon, 14 Apr 2008 17:56:54 +0000 (17:56 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 14 Apr 2008 17:56:54 +0000 (17:56 +0000)
this is now the default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49667 91177308-0d34-0410-b5e6-96231b3b80d8

16 files changed:
test/CodeGen/PowerPC/compare-fcmp-ord.ll
test/CodeGen/PowerPC/fold-li.ll
test/CodeGen/PowerPC/reg-coalesce-simple.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-05-02-InstrSched2.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
test/CodeGen/X86/constant-pool-remat-0.ll
test/CodeGen/X86/dagcombine-cse.ll
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/setuge.ll
test/CodeGen/X86/zero-remat.ll

index 76732d042687897ea801d2a9e13a57fda1782725..fd1eb5d440571f38615fb9e08c327ce2c460f546 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | grep or | count 3
+; RUN: llvm-as < %s | llc -march=ppc32  | grep or | count 3
 ; This should produce one 'or' or 'cror' instruction per function.
 
 define i32 @test(double %x, double %y) nounwind  {
index 89d5d64a8e684ae95aac01575c102a78bf25bc86..2ac79f149131a016c71aac4060775410ef17ef35 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | \
+; RUN: llvm-as < %s | llc -march=ppc32  | \
 ; RUN:   grep -v align | not grep li
 
 ;; Test that immediates are folded into these instructions correctly.
index 618ed99ead7daba1b46c870d141739a5dd4e0757..b86ed1a6a76ed33089febf086a9fcb40c6173abc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | not grep or
+; RUN: llvm-as < %s | llc -march=ppc32  | not grep or
 
 %struct.foo = type { i32, i32, [0 x i8] }
 
index a39aa89b607337b706b12fbec6177f222756f694..df104599fe3e5c0903fbabad023a66820aab6f11 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | grep rlwinm | count 4
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | grep rlwnm | count 2
-; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | not grep or
+; RUN: llvm-as < %s | llc -march=ppc32  | grep rlwinm | count 4
+; RUN: llvm-as < %s | llc -march=ppc32  | grep rlwnm | count 2
+; RUN: llvm-as < %s | llc -march=ppc32  | not grep or
 
 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
        %shift.upgrd.1 = zext i8 %Amt to i32            ; <i32> [#uses=1]
index b98b070b186ac376088e29316b3d22d82de8cdf7..c410c4668a9be71c1278b6466fece9f042bfec68 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -unwind-tables-optional -stats |& \
+; RUN: llvm-as < %s | llc -march=x86  -stats |& \
 ; RUN:   grep asm-printer | grep 7
 
 define i32 @g(i32 %a, i32 %b) nounwind {
index 913c2d4ccb3467bde2ae2ec2c813dc6eaf4f3f98..72dab39888f183217d922cf60a5be24fa43640e9 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | \
-; RUN:   llc -march=x86 -relocation-model=static -unwind-tables-optional -stats |& \
+; RUN:   llc -march=x86 -relocation-model=static  -stats |& \
 ; RUN:   grep asm-printer | grep 14
 ;
 @size20 = external global i32          ; <i32*> [#uses=1]
index 4d61463558694fb9cbe5b17488fe11c41d29f919..48ed2b9cb498da09f6f2b42984edd101bc07fbdb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -stats -unwind-tables-optional |& \
+; RUN: llvm-as < %s | llc -march=x86 -stats  |& \
 ; RUN:   grep asm-printer | grep 13
 
 define void @_ZN9__gnu_cxx9hashtableISt4pairIKPKciES3_NS_4hashIS3_EESt10_Select1stIS5_E5eqstrSaIiEE14find_or_insertERKS5__cond_true456.i(i8* %tmp435.i, i32* %tmp449.i.out) nounwind {
index 27529befd1944983e0c807c2c25b661bc86453e7..32d9b2c8633673f8b4180c6c34e911e9d9e5f9b2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -unwind-tables-optional |&\
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats  |&\
 ; RUN:     grep {asm-printer} | grep 32
 
 target datalayout = "e-p:32:32"
index 6ba5c6fc78f2bc894de7c05e596596577142b3bd..6a313be188851022717982209599c4cecc707f29 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin -enable-eh -unwind-tables-optional | grep {isNullOrNil].eh"} | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin -enable-eh  | grep {isNullOrNil].eh"} | count 2
 
        %struct.NSString = type {  }
        %struct._objc__method_prototype_list = type opaque
index ef7b1717a4157aeb72cf7a232283ae5180d967b9..144d442d50d3cafbbf9b5b8a4ade0a3bd2835a49 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
-; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 6
+; RUN: llvm-as < %s | llc -march=x86-64 -stats  -info-output-file - | grep asm-printer | grep 6
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 8
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats  -info-output-file - | grep asm-printer | grep 8
 
 declare fastcc float @qux(float %y)
 
index b210bec94246d8f75e810acf4ad0314a6457b805..f2bd6213f6fa2e934dcb4a93bc181c5228065354 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -unwind-tables-optional -stats |& grep asm-printer | grep 14
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2  -stats |& grep asm-printer | grep 14
 
 define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind  {
 entry:
index e4078f1e8a61371eefc586c65fbe880bffd5110f..ca751ae1d2e4ece672bba4a67c256211acddbeee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional |& \
+; RUN: llvm-as < %s | llc -march=x86-64 -stats  |& \
 ; RUN:   grep {6 .*Number of machine instrs printed}
 
 ;; Integer absolute value, should produce something at least as good as:
index 6f6002f7c3cb32cc8abfd41965a3b6a063abaca4..20886d5793cab78e3d3b9503a95bc255c6cad21a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -unwind-tables-optional | not grep set
+; RUN: llvm-as < %s | llc -march=x86  | not grep set
 
 define void @foo(i32 %X, i32 %Y, i32 %Z) nounwind {
 entry:
index 3acaa172e18f977017264a16b27d73a47c4fe172..e5d6101253727b0137eba505ed18dd064682bfbb 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium -unwind-tables-optional
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional | not grep set
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium 
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah 
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah  | not grep set
 
 define i1 @boolSel(i1 %A, i1 %B, i1 %C) nounwind {
        %X = select i1 %A, i1 %B, i1 %C         ; <i1> [#uses=1]
index 11dc753377db6081aa3e0bd41f1ecdd7e057ec9c..3f1d882754ee763af9aece74ef4f3d52010440d0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -unwind-tables-optional | not grep set
+; RUN: llvm-as < %s | llc -march=x86  | not grep set
 
 declare i1 @llvm.isunordered.f32(float, float)
 
index d4865634664d7ffd246f0b1f1b2b6ee5a77c5d65..7640ba5aca41243231d0e4d7be1590583589efc0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86-64 | grep xor | count 4
-; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional -info-output-file - | grep asm-printer  | grep 12
+; RUN: llvm-as < %s | llc -march=x86-64 -stats  -info-output-file - | grep asm-printer  | grep 12
 ; RUN: llvm-as < %s | llc -march=x86 | grep fldz
 ; RUN: llvm-as < %s | llc -march=x86 | not grep fldl