diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-24 12:16:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-24 12:16:58 +0000 |
| commit | 1853f284ed441e2ce69f4303466bc5d905ea86be (patch) | |
| tree | 1b6130d4119ff5856240513f1b32603be17197fa /llvm/test/Regression/Transforms/Inline/invoke_test-1.ll | |
| parent | d367d0553efd520181493145d738c548e1b3e950 (diff) | |
| download | bcm5719-llvm-1853f284ed441e2ce69f4303466bc5d905ea86be.tar.gz bcm5719-llvm-1853f284ed441e2ce69f4303466bc5d905ea86be.zip | |
Fix typeos and add descriptions
llvm-svn: 8108
Diffstat (limited to 'llvm/test/Regression/Transforms/Inline/invoke_test-1.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/Inline/invoke_test-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/Inline/invoke_test-1.ll b/llvm/test/Regression/Transforms/Inline/invoke_test-1.ll index c8d844c8854..2aa47f770cd 100644 --- a/llvm/test/Regression/Transforms/Inline/invoke_test-1.ll +++ b/llvm/test/Regression/Transforms/Inline/invoke_test-1.ll @@ -1,4 +1,4 @@ -; Test that we can invoke a simple function, turning the calls in it into invoke +; Test that we can inline a simple function, turning the calls in it into invoke ; instructions ; RUN: as < %s | opt -inline | dis | not grep 'call[^e]' |

