summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/personality_size.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-20 21:38:04 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-20 21:38:04 +0000
commite316e00f16531b9546991d059e1484937b2ccc72 (patch)
treeae05ef17b9018a04cb395502312efc9407976e0d /test/CodeGen/X86/personality_size.ll
parentec5fd32a0b0910de0dbbd1d53fc3a2c87e22d127 (diff)
downloadllvm-e316e00f16531b9546991d059e1484937b2ccc72.tar.gz
llvm-e316e00f16531b9546991d059e1484937b2ccc72.tar.bz2
llvm-e316e00f16531b9546991d059e1484937b2ccc72.tar.xz
Remove unused options from test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/personality_size.ll')
-rw-r--r--test/CodeGen/X86/personality_size.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/personality_size.ll b/test/CodeGen/X86/personality_size.ll
index 30a5d39e4a..79d131b82b 100644
--- a/test/CodeGen/X86/personality_size.ll
+++ b/test/CodeGen/X86/personality_size.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=x86_64-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64
-; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=i386-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -relocation-model=pic -mtriple=x86_64-pc-solaris2.11 | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -relocation-model=pic -mtriple=i386-pc-solaris2.11 | FileCheck %s -check-prefix=X32
; PR1632
define void @_Z1fv() {