summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 22:47:14 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 22:47:14 +0000
commitac2321923379c9405d3a0464dac274f2bddc7544 (patch)
tree16e375aa0448b7fb703b600e055da0d0997d93fd /llvm/test/Regression/Analysis/DSGraph/strcpy.ll
parent358fe85ab470fcf5314e5b1e760792ea2e7a8f8d (diff)
downloadbcm5719-llvm-ac2321923379c9405d3a0464dac274f2bddc7544.tar.gz
bcm5719-llvm-ac2321923379c9405d3a0464dac274f2bddc7544.zip
Update tests now that opt no longer reads .ll files
llvm-svn: 29927
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/strcpy.ll')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/strcpy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/strcpy.ll b/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
index ae936d32a7d..7697c7ffa72 100644
--- a/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
@@ -3,7 +3,7 @@
; has no defined way to check for this, so DSA can know that strcpy doesn't
; require merging the input arguments.
-; RUN: opt -analyze %s -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:ASM,B:ASR --dsgc-dspass=bu
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:ASM,B:ASR --dsgc-dspass=bu
implementation
OpenPOWER on IntegriCloud