diff options
Diffstat (limited to 'test/Transforms/InstSimplify/2011-02-01-Vector.ll')
-rw-r--r-- | test/Transforms/InstSimplify/2011-02-01-Vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstSimplify/2011-02-01-Vector.ll b/test/Transforms/InstSimplify/2011-02-01-Vector.ll index 3039a663fa..3cbbf350ec 100644 --- a/test/Transforms/InstSimplify/2011-02-01-Vector.ll +++ b/test/Transforms/InstSimplify/2011-02-01-Vector.ll @@ -1,7 +1,7 @@ ; RUN: opt < %s -instsimplify -S | FileCheck %s define <2 x i32> @sdiv(<2 x i32> %x) { -; CHECK: @sdiv +; CHECK-LABEL: @sdiv( %div = sdiv <2 x i32> %x, <i32 1, i32 1> ret <2 x i32> %div ; CHECK: ret <2 x i32> %x |