summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/opt-ext-uses.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 03:14:27 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 03:14:27 +0000
commitb90ed2233c9fac46bac53de5833dd5e35db10acf (patch)
tree2efdd5ccb4d397789a8fa4a9413882084472fa0b /llvm/test/CodeGen/X86/opt-ext-uses.ll
parent033026ffc07ee0b7dd67c2b06259ce2be6051254 (diff)
downloadbcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.tar.gz
bcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.zip
manually upgrade a bunch of tests to modern syntax, and remove some that
are either unreduced or only test old syntax. llvm-svn: 133228
Diffstat (limited to 'llvm/test/CodeGen/X86/opt-ext-uses.ll')
-rw-r--r--llvm/test/CodeGen/X86/opt-ext-uses.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/opt-ext-uses.ll b/llvm/test/CodeGen/X86/opt-ext-uses.ll
index fa2aef51747..72fb38b27df 100644
--- a/llvm/test/CodeGen/X86/opt-ext-uses.ll
+++ b/llvm/test/CodeGen/X86/opt-ext-uses.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 | grep movw | count 1
-define i16 @t() signext {
+define signext i16 @t() {
entry:
%tmp180 = load i16* null, align 2 ; <i16> [#uses=3]
%tmp180181 = sext i16 %tmp180 to i32 ; <i32> [#uses=1]
OpenPOWER on IntegriCloud