summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/opt-ext-uses.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-13 03:32:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-13 03:32:53 +0000
commitf9785f92b630e69262c395b2fc0893451169d68b (patch)
tree9634b0babcd1c086a6dc6d8e838d84237a15c299 /test/CodeGen/X86/opt-ext-uses.ll
parentbd4d6b85648ec8b6defad3ebb3fbe91fb326c44b (diff)
downloadllvm-f9785f92b630e69262c395b2fc0893451169d68b.tar.gz
llvm-f9785f92b630e69262c395b2fc0893451169d68b.tar.bz2
llvm-f9785f92b630e69262c395b2fc0893451169d68b.tar.xz
Be extra careful with extension use optimation. Now turned on by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/opt-ext-uses.ll')
-rw-r--r--test/CodeGen/X86/opt-ext-uses.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/opt-ext-uses.ll b/test/CodeGen/X86/opt-ext-uses.ll
index faa9be7550..322850c552 100644
--- a/test/CodeGen/X86/opt-ext-uses.ll
+++ b/test/CodeGen/X86/opt-ext-uses.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -optimize-ext-uses=true | grep movw | count 1
+; RUN: llvm-as < %s | llc -march=x86 | grep movw | count 1
define i16 @t() signext {
entry: