diff options
author | Daniel Jasper <djasper@google.com> | 2017-05-14 22:07:50 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-05-14 22:07:50 +0000 |
commit | 54392a20a2761bf45ac486c9df71fe9141d9f44b (patch) | |
tree | c87b5c802be33f8a4cb5716bd52f04d7b5d54492 /llvm/test/Transforms/ConstProp | |
parent | e6b278bc656af41ba3dbc88a22298ecda887c342 (diff) | |
download | bcm5719-llvm-54392a20a2761bf45ac486c9df71fe9141d9f44b.tar.gz bcm5719-llvm-54392a20a2761bf45ac486c9df71fe9141d9f44b.zip |
Fix two tests that weren't correctly copied.
One didn't correctly fine the regex variable, the other still had a RUN
line for FNOBUILTIN-checks, which weren't copied to the file.
llvm-svn: 303025
Diffstat (limited to 'llvm/test/Transforms/ConstProp')
-rw-r--r-- | llvm/test/Transforms/ConstProp/sse.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ConstProp/sse.ll b/llvm/test/Transforms/ConstProp/sse.ll index d1820414611..cc37c96c1ff 100644 --- a/llvm/test/Transforms/ConstProp/sse.ll +++ b/llvm/test/Transforms/ConstProp/sse.ll @@ -1,5 +1,4 @@ ; RUN: opt < %s -constprop -S | FileCheck %s -; RUN: opt < %s -constprop -disable-simplify-libcalls -S | FileCheck %s --check-prefix=FNOBUILTIN ; REQUIRES: x86 define i1 @test_sse_cvts_exact() nounwind readnone { |